Hello,
I'm new to triggering so take it easy on me please ><, I'm a bit stuck with this trigger
Regards.
- zheavy -
I'm new to triggering so take it easy on me please ><, I'm a bit stuck with this trigger
-
Farm income Copy
-
Events
-
Time - Every 5.00 seconds of game time
-
-
Conditions
-
Actions
-
Set FIUG = (Units in (Playable map area) owned by Player 1 (Red))
-
Unit Group - Pick every unit in FIUG and do (Actions)
-
Loop - Actions
-
Set BIUG = (Picked unit)
-
Set FIUG = (Units in (Playable map area) owned by Player 1 (Red))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of BIUG) Equal to Farm
-
-
Then - Actions
-
Set FBP = (Position of BIUG)
-
Item - Create Bread at FBP
-
Set BIP = (Last created item)
-
Unit - Create 1 item Dummy for Player 1 (Red) at FBP facing Default building facing degrees
-
Set BIUP = (Last created unit)
-
Unit - Order BIUP to Right-Click BIP
-
Wait 0.50 game-time seconds
-
Unit - Order BIUP to give BIP to BIUG
-
-
Else - Actions
-
-
-
-
-
Regards.
- zheavy -