HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Gold from Units

05-31-2006, 01:36 AM#1
ViciousBunny
How do I make so I can get 1 gold from every I have sheep every 8 seconds?
05-31-2006, 09:46 AM#2
Captain Griffen
Trigger:
Events:
Time - Every 8 seconds
Conditions:
Actions:
Set TempGroup = Units of type sheep matching condition (matching unit is alive)
Unit group - pick every unit in TempGroup and add 1 gold to owner of (picked unit)
Custom Script: call DestroyGroup(udg_TempGroup)

Edited for trigger tags (NB: this is typed up, rather than copy and pasted).
05-31-2006, 04:18 PM#3
The)TideHunter(
Trigger Tags =/