- Joined
- May 23, 2011
- Messages
- 179
I got a problem on the location where the unit will sprawn...... I want the unit to sprawn in the region named "Initialization Starting Hero Sprawn"...
Please help........


Please help........
-
UP Create
-
Events
-
Player - Player 1 (Red) types a chat message containing -ar as An exact match
-
Player - Player 1 (Red) types a chat message containing -allrandom as An exact match
-
-
Conditions
-
Actions
-
Custom script: local unitpool up = LoadUnitPoolHandle(udg_UPhash, 0, StringHash("unitpool"))
-
Custom script: call UnitPoolRemoveUnitType(up, GetUnitTypeId(PlaceRandomUnit(up, GetTriggerPlayer(), 0, 0, 0)))
-
Custom script: set up = null
-
-

