- Joined
- Sep 27, 2011
- Messages
- 141
-
Forest Spawn 1
-
Events
-
Unit - A unit enters Spawn Forest 1 <gen>
-
-
Conditions
-
Actions
-
Set Temp_Unit = (Triggering unit)
-
Set Current_Unit_Index = (Custom value of Temp_Unit)
-
Set Move_Number[Current_Unit_Index] = 2
-
Set Temp_Loc = (Center of Path[Move_Number[Current_Unit_Index]])
-
Unit - Order Temp_Unit to Attack-Move To Temp_Loc
-
Custom script: call RemoveLocation(udg_Temp_Loc)
-
-