- Joined
- Mar 27, 2008
- Messages
- 8,035
Can someone tell me WHY does this trigger causes the game to CRASH ???
WHAT causes the game to CRASH ?
I've run some few tests, the result is same
-
Follower
-

Events
-


Time - Elapsed game time is 0.01 seconds
-
-

Conditions
-

Actions
-


Player - Make Player 1 (Red) treat Player 2 (Blue) as an Ally with shared vision
-


Player - Make Player 2 (Blue) treat Player 1 (Red) as an Ally with shared vision
-
-
-
Leader System
-

Events
-


Unit - A unit Is issued an order targeting a point
-
-

Conditions
-


((Triggering unit) is A Hero) Equal to True
-
-

Actions
-


Set Leader = (Triggering unit)
-


Set Follower = (Units within 600.00 of (Position of Leader) matching (((Matching unit) belongs to an ally of Player 1 (Red)) Equal to True))
-


Set MovingPoint = (Target point of issued order)
-


Unit Group - Pick every unit in Follower and do (Actions)
-



Loop - Actions
-




Unit - Order (Picked unit) to Move To MovingPoint
-




Custom script: call RemoveLocation(udg_MovingPoint)
-
-
-


Custom script: call DestroyGroup(udg_Follower)
-
-
WHAT causes the game to CRASH ?
I've run some few tests, the result is same









