- Joined
- Oct 9, 2015
- Messages
- 721
I wanted to ask if storing item-type in a hashtable works the same way as storing unit-type:
So how can I do it properly ?
-
Set Item_Type = Bronze Dagger
-
Custom script: set udg_TempInteger = udg_Item_Type
-
Hashtable - Save 0.70 as 1 of TempInteger in My_Hashtable
So how can I do it properly ?