- Joined
- Nov 30, 2007
- Messages
- 1,202
JASS:
set BType[0] = 'hbar'
call SaveInteger(hash, 0, String2OrderIdBJ("humanbarracks"), 0)
call SaveInteger(hash, 1, BType[0], 0)
...
set i = LoadInteger(hash, 0, GetIssuedOrderIdBJ())
No value displayed?
Im trying to save the build order for Btype and Btype into the hash separetly.