Revfan9
01-15-2007, 11:39 PM
I've seen suggestions for global variables, and I just want to clear this up: We already have them.
gd0-255 Global variables used throughout the quest, yes, they are saved in .sav
sd0-7 Screen variables. These are independent on a screen by screen, dmap by dmap basis.
However, do be very, very careful with these, as they are used internally by the Zscript compiler, so I would reccomend only using them if you only use Zasm stuff in your quest.
Thanks to Jman for explaining this to me...
gd0-255 Global variables used throughout the quest, yes, they are saved in .sav
sd0-7 Screen variables. These are independent on a screen by screen, dmap by dmap basis.
However, do be very, very careful with these, as they are used internally by the Zscript compiler, so I would reccomend only using them if you only use Zasm stuff in your quest.
Thanks to Jman for explaining this to me...