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

[Trigger] need help with income triggers

Status
Not open for further replies.

x3m

x3m

Level 3
Joined
Apr 11, 2008
Messages
51
Store the income in a variable.
event- you send a unit
action- set Player1income = playerincome + sendunitmoney

Then to display, just use the varible in whatever way you want it to be displayed in.
 
Level 13
Joined
Jul 3, 2008
Messages
1,098
if creeps are neutrals then you can just make bounty (unit-stats-bounty-gold)
if creeps are computer then by trigger
event:unit has died
condition: unit equal to Creep 1
action:set gold of (ovner of killing unit) to (actual amount of gold of (ovner of killing unit) + how much you want
 
Status
Not open for further replies.
Top