• 🏆 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!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

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