- Joined
- Jun 2, 2009
- Messages
- 2,014
-
Create unit
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in Capital <gen>) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in (Units in Capital <gen>)) Greater than or equal to 1
-
((Picked unit) is A structure) Equal to True
-
(Unit-type of (Triggering unit)) Equal to Footman
-
-
Then - Actions
-
Set Temp_Point = (Position of (Triggering unit))
-
Unit - Create 1 Knight for (Owner of (Triggering unit)) at Temp_Point facing Default building facing degrees
-
Unit - Remove (Triggering unit) from the game
-
Custom script: call RemoveLocation (udg_Temp_Point)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
Can someone explain to me the issue?
And possibly help me fix it.