- Joined
- Sep 29, 2008
- Messages
- 672
If I for example I create a unit group like this to save in hashtable
Basically what I did is convert GUI Hashtable to Custom Scripts because GUI Hashtable don't have CreateGroup () option.
- Custom script: call SaveGroupHandleBJ( CreateGroup(), 0, GetHandleIdBJ(GetTriggerUnit()), udg_Hashtable )
- Custom script: call DestroyGroup(LoadGroupHandleBJ(0, GetHandleIdBJ(GetTriggerUnit()), udg_Hashtable))
Basically what I did is convert GUI Hashtable to Custom Scripts because GUI Hashtable don't have CreateGroup () option.