- Joined
- Dec 1, 2010
- Messages
- 346
-
East indian company unit group add
-
Events
-
Unit - A unit enters (Entire map)
-
-
Conditions
-
(Unit-type of (Entering unit)) Equal to Free company mercinary
-
-
Actions
-
Unit Group - Add (Entering unit) to EastIndianMercs
-
Quest - Display to (All players) the Hint message: Unit added to group...
-
-
Second part:
-
East indian company
-
Events
-
Time - Every 0.10 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in EastIndianMercs and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Mana of (Picked unit)) Equal to 10.00
-
-
Then - Actions
-
Unit - Replace (Picked unit) with a Free company mercinary (ranged) using The old unit's relative life and mana
-
-
Else - Actions
-
-
-
-
-
I know for a fact that it is added to it's unit group correctly since the text message fired like it should.
Does anyone have any idea what i am not seeing? thanks!