• 🏆 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] How Do I Make Income Triggers 4 My map

Status
Not open for further replies.
Level 7
Joined
Mar 12, 2006
Messages
407
  • summon add gold
    • Events
      • Unit - A unit spawns a summoned Unit
    • Conditions
    • Actions
      • Set income[(Player number of (Owner of (Summoning unit)))] = (income[(Player number of (Owner of (Summoning unit)))] + (Point-value of (Summoned unit)))
Income is integer array
  • periodic income
    • Events
      • Time - Every 15.00 seconds of game time
    • Conditions
    • Actions
      • Do Multiple ActionsFor each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Player - Add income[(Integer A)] to (Player((Integer A))) actual Gold
this way ?
 
Status
Not open for further replies.
Top