- Joined
- Jun 14, 2008
- Messages
- 72
i was wondering if its posable to enter a cirten spot to activate a trigger that moves a region underneath you and repeat it... then after that you tell a sheep to move to that region so its fallowing you
this is what i thought might work...
this is what i thought might work...
-
fallow me sheep
-
Events
-
Unit - A unit enters Region 197 <gen>
-
-
Conditions
-
Actions
-
Wait 1.00 seconds
-
Region - Center Region 200 <gen> on (Position of (Triggering unit))
-
Set sheep = (Triggering unit)
-
Unit - Order Sheep 0148 <gen> to Move To (Random point in Region 200 <gen>)
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Wait 2.00 seconds
-
Region - Center Region 200 <gen> on (Position of sheep)
-
Unit - Order Sheep 0148 <gen> to Move To (Random point in Region 200 <gen>)
-
-
-
-