Reply to reDink v0.04 Released
If you don't have an account, just leave the password field blank.
Not much new, but I felt that the major variable-scoping fix will be appreciated, and I don't forsee adding any other new features in the near future. I don't know how long it will take me to implement new inventory/stats/save game support, for instance.
Bug Fixes:
Bug Fixes:
- Fixed variable scoping bug where some variables were discreetly 'shared' between two scripts.
- Variable naming bug (where naming a variable &crap and then later naming a variable &crap2 resulted in bad things) has been somewhat fixed ... as long as &crap2 has a space following it in a string, it will display correctly.
- var_used() //Returns the number of variables currently in use. Was in v0.03, but I forgot to document it.