HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger help

04-10-2004, 10:50 PM#1
Evil Bahamut
You can call me a noob but i have a quick question about a trigger i need to do here it is
every minute a specified unit/units are alive i want the owner to get 10 or any other number of Gold/lumber
once again im sorry if this is realy easy
04-10-2004, 11:43 PM#2
weaaddar
Periodic Event-Every 60 seconds
Action
for Integer A from 1 to "Number of Players" (this is something for you to set) do multiple actions
Player-Add Property Gold (Number of Units of Type X in Units Owned By Player(integer A))
04-10-2004, 11:52 PM#3
Evil Bahamut
Thanks man very helpfull!