NOTE: I also don't want the builders to be sent, so that's what's set up now.
Quote
Events-
Unit - Any Unit Enters Region1
Conditions-
(Unit type of (Triggering unit)) != Drone
(Unit type of (Triggering unit)) != Probe
(Unit type of (Triggering unit)) != SCV
Actions-
Send Unit((Triggering unit))*
Unit - Any Unit Enters Region1
Conditions-
(Unit type of (Triggering unit)) != Drone
(Unit type of (Triggering unit)) != Probe
(Unit type of (Triggering unit)) != SCV
Actions-
Send Unit((Triggering unit))*
*calls another function that moves the unit over to Region2
I've searched through a bunch of the options in place of (triggering unit) for Unit Type of () but I can't seem to find something that will help. Any ideas?
NOTE: I believe i should be qualifying the unit type BEFORE calling Send Unit((Triggering unit)) so that's why I am trying to put it here.
Thanks!
None.






