• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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