HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with trigger...

04-24-2004, 07:05 AM#1
Nemo
im not a noob on triggers..but i need help with this..

players in player group get gold...

Nemo
04-24-2004, 08:57 AM#2
zotax
Which Group do you want?
There are a number of different types, but im guessing youll want:
To All Players:
Code:
Pick Every Player in (All Players) And Do (Actions)
--Actions
   Add 9999 gold to (picked) player
To Players On 1 Team:
Code:
Pick Every Player in (All allies of Player X) And Do (Actions)
--Actions
   Add 9999 gold to (picked) player
Theres a better way of doing the last one, but cant remember the wording, and this works well enough ^_^
04-24-2004, 09:52 AM#3
Nemo
thank you...