- Joined
- Mar 15, 2012
- Messages
- 2,878
Custom script: if udg_kamegroup99[udg_kameindex99] == null then
Custom script: set udg_kamegroup99[udg_kameindex99] = CreateGroup()
Custom script: endif
Because unit-groups are bugged in GUI, wouldn't those lines of JASS fix unit-group arrays? For some reason it is bugging and also can't be destroyed. I usually just remove all data from one with loop in it then loop it to index.
Custom script: set udg_kamegroup99[udg_kameindex99] = CreateGroup()
Custom script: endif
Because unit-groups are bugged in GUI, wouldn't those lines of JASS fix unit-group arrays? For some reason it is bugging and also can't be destroyed. I usually just remove all data from one with loop in it then loop it to index.