Open XaserAcheron opened 7 years ago
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_
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.