Hello. I want to create a tax system where x amount of units gives x amount of gold every x seconds.
I would also be very happy if the trigger was explained
I would also be very happy if the trigger was explained
-
Taxes
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Citizen
-
-
Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Wait 10.00 seconds
-
Player - Add 20 to (Owner of (Triggering unit)) Current gold
-
-
-
-