• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Income trigger Help?

Status
Not open for further replies.
Level 3
Joined
Sep 21, 2008
Messages
48
Like this:
  • Income
    • Events
      • Time - Every 15.00 seconds of game time
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 11, do (Player - Add Income[(Integer A)] to (Player((Integer A))) Current gold)
      • For each (Integer A) from 1 to 11, do (Game - Display to (Player group((Player((Integer A))))) the text: (Your income is : + (String(Income[(Integer A)]))))
      • For each (Integer A) from 1 to 11, do (Game - Display to (All players) for 6.00 seconds the text: (((String((Integer A))) + ) ) + (String(Income[(Integer A)]))))
 
Status
Not open for further replies.
Top