• 🏆 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!

Need help with Player Group Income

Status
Not open for further replies.
Level 9
Joined
Dec 26, 2010
Messages
475
like this?
  • Income
    • Events
      • Time - Every 300.00 seconds of game time
    • Conditions
    • Actions
      • Set Humans = (All allies of Player 1 (Red))
      • Set Vampires = (All allies of Player 11 (Dark Green))
      • Player Group - Pick every player in Humans and do (Actions)
        • Loop - Actions
          • Player - Add 1 to (Picked player) Current gold
      • Player Group - Pick every player in Vampires and do (Actions)
        • Loop - Actions
          • Player - Add 30 to (Picked player) Current gold
      • Custom script: call DestroyForce(udg_Humans)
      • Custom script: call DestroyForce(udg_Vampires)
 
Status
Not open for further replies.
Top