- Joined
- Apr 27, 2011
- Messages
- 272
Hey guys is it safe to do this (i mean the subtraction part)
my reason for subtracting 8191 is to save some space in the game.
JASS:
function MEEP takes handle H, string Label, integer Data returns nothing
call SaveInteger(MEEP,GetHandleId(H)-8191,StringHash(Label)-8191,Data)
endfunction
my reason for subtracting 8191 is to save some space in the game.