We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of refactoring n' cleanup to do at some point, for sanity's sake:
base.txt
argWeapon.txt
argModWeapon.txt
mod[]
mod1
mod2
ArgCounter
action
Arg_
X_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lots of refactoring n' cleanup to do at some point, for sanity's sake:
base.txt
files up into properly-named files (e.g.argWeapon.txt
,argModWeapon.txt
...).mod[]
array withmod1
/mod2
vars now that mods are classes.ArgCounter
from the project; that's some ugly bunk.action
keyword from non-Weapon/Inventory functions.Arg_
function prefixes with something simpler, likeX_
. Easier to read that way.The text was updated successfully, but these errors were encountered: