Heroes Global Variables

smoochy boys on tour

Ilsta

Dedicated Member
Dedicated Member
Feb 20, 2012
563
23
80
This will most likly be same for other files apart from ruby but how do you get a global variable to only load once ? when the server is first loaded, i can not come up with a way. :(

---------- Post added at 03:49 PM ---------- Previous post was at 11:50 AM ----------

Is it possible to use any of these types of variables to count ?

Code:
P0-P9 private variable (figure type)  Can't keep  
G0-G499 overall variable (figure type)  Can keep  
M0-M99 private variable (figure type)  Can't keep  
I0-I99 overall variable (figure type)  Can't keep  
D0-D9 private variable (figure type)  Can't keep  
N0-N99 private variable (figure type)  Can't keep  
S0-S99 private variable (character type)  Can't keep  
A0-A499 overall variable (character type)  Can keep

have been testing and can't seem to get it to work as i'd like, using the G0 ones as global. Or are these mainly for input strings and other stuff.
 
Last edited: