HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Simply difficult question...

07-17-2002, 02:44 PM#1
Nikolae
Okay, it sounds very simple, but I just can't get it to work...

I simply want to have all units of a certain type removed in a region.
The SC equivalent would be, something like:
Condition:
Whatever
Action:
Remove all Marines from location 001.

Only I wanna have all Ghouls removed from a certain region!
HELP!

~Nikolae
07-17-2002, 03:04 PM#2
Guest
There's probably an easier way to do this, but I don't have the editor in front of me and I can't look at the triggers...

Pick every unit in the group of units at that region. Then, perform an If/Then/Else, with a condition of (picked unit is a ghoul) and an action of (remove picked unit).