-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Change Job to Archer
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Triggering unit) Equal to Soldier[1]
-
(Triggering unit) Equal to Soldier[2]
-
(Triggering unit) Equal to Soldier[3]
-
-
-
-
Then - Actions
-
Unit - Remove (Triggering unit) from the game
-
Unit - Create 1 Archer for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing 270.00 degrees
-
Set Soldier[X] = (Last created unit)
-
-
Else - Actions
-
-