- Joined
- Sep 28, 2004
- Messages
- 365
if i type the below code:
2. Does it create an object of the tempGroup? If so am i using it correctly?
Some Other Questions:
1. Why can't hashtable save Ability? When i press it will crash.
2. I base my spell on Frost Nova. When i change the Order String - Use/Turn On to chainlightning and order unit to cast chainlightning. It didn't work. What am i doing wrong?
-
Custom script: set udg_tempGroup = CreateGroup()
-
Unit Group - Add (Target unit of ability being cast) to tempGroup
-
Unit Group - Remove all units from tempGroup
-
Custom script: call DestroyGroup(udg_tempGroup)
2. Does it create an object of the tempGroup? If so am i using it correctly?
Some Other Questions:
1. Why can't hashtable save Ability? When i press it will crash.
2. I base my spell on Frost Nova. When i change the Order String - Use/Turn On to chainlightning and order unit to cast chainlightning. It didn't work. What am i doing wrong?