- Joined
- Nov 30, 2007
- Messages
- 1,202
I want to store the order "humanbarracks" in a hash, and then be able to load by using issued order the unit type.
Not sure if this is wrong.
Not sure if this is wrong.
JASS:
call SaveInteger(hash, S2I("humanbarracks"),0,'hbar')
JASS:
i = LoadInteger(hash, GetIssuedOrderId(), 0)