HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Simple Triggering Question

04-29-2004, 05:59 AM#1
Albiino-I
Im kind of new to game triggering (Iv been doing mostly cinematic triggers), and Im having very newbie problem.. How can I order group of slaves (wisps, peons) to gather gold and wood?
04-29-2004, 09:07 PM#2
ThyFlame
Pick all units in region X (or within X distance of point) matching (unit-type == peon) or (unit-type == wisp) and do
Order picked unit to do order picked unit to harvest [whatever]. This is a unit - order targeting a unit.
04-29-2004, 09:43 PM#3
johnfn
Or even better, you could do what ThyFlame said except instead of picking one place to harvest, you could pick a random gold mine in a reigion about 800 around the unit (in other words the only gold mine). Thyflame's idea works better if you want to order them once at the beginning of the game, however.
04-30-2004, 04:42 AM#4
Albiino-I
Thanks to both of you, that helps lot :D .