- Joined
- May 23, 2011
- Messages
- 179
How is Gold per second created like dota because it seems that my triggers do not work....
-
Free Gold Per Second
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
- Set TempInteger = 1
- If (ShortMode_On Equal to True) then do (Set TempInteger = 12) else do (Do nothing)
- If (UltraShortMode_On Equal to True) then do (Set TempInteger = 16) else do (Do nothing)
-
Player Group - Pick every player in Players and do (Actions)
-
Loop - Actions
- Player - Add TempInteger to (Picked player) Current gold
-
Loop - Actions
-
Events