Page 1 of 1

Removing items

Posted: Fri Aug 31, 2007 2:44 pm
by farmerluk
I know how to remove items already present on the map (via scripting), but how do you remove items generated by scenery (IE the watchers arm on 'shadow of the mountain' is generated when the arm box is detroyed but the arm box is scenery).

Thanks for the help.

PS. So far I have a geometry filter to check to see if the arm is present on the map, and just don't know what to do with the results.

Posted: Fri Aug 31, 2007 4:30 pm
by A-Red
Try using that GEOM to filter the projectile into a CTRL that gives it to an invisible unit. You will probably need to assign the Tested Items Inside Field Name to be "proj"

Posted: Fri Aug 31, 2007 4:40 pm
by farmerluk
Yeah, it worked.
I'd done all what you said minus the field name one, left that alone as I has no idea what to put in it.
Thanks.