Hey guys, so.. as the title states.. I have a medivac spawning and moving to a point. medivac is neutral player 0.
units owned by players 1, 2, 3 and 4 change ownership to 0 when the medivac arives.
I then have trigger
events
- Timer - elapsed time is 5.0 game time seconds
local variables
conditions
- Actions:
unit - create 1 medivac for player 0 at medivac using default facing (no options)
unit - order (last created unit) to (move targeting The Units)(Replace existing orders)
general - Wait 5.0 game time seconds
unit - order all units in (last created units) to (medivac - load (medivac) targeting (unit attached to (entire map)))
(replace existing orders)
theres another timer that ticks off during that wait to swap units to player 0. this isn't working though.. any suggestions?
Never mind. I had changeling marines instead of marines and those don't load -_-
also while looking over my post AFTER posting I found the ability to "choose" specific units to load.. yay for realizations while asking for help after spending 3 hours messing with something.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hey guys, so.. as the title states.. I have a medivac spawning and moving to a point. medivac is neutral player 0. units owned by players 1, 2, 3 and 4 change ownership to 0 when the medivac arives.
I then have trigger
events - Timer - elapsed time is 5.0 game time seconds
local variables
conditions
- Actions:
unit - create 1 medivac for player 0 at medivac using default facing (no options)
unit - order (last created unit) to (move targeting The Units)(Replace existing orders)
general - Wait 5.0 game time seconds
unit - order all units in (last created units) to (medivac - load (medivac) targeting (unit attached to (entire map))) (replace existing orders)
theres another timer that ticks off during that wait to swap units to player 0. this isn't working though.. any suggestions?
Never mind. I had changeling marines instead of marines and those don't load -_-
also while looking over my post AFTER posting I found the ability to "choose" specific units to load.. yay for realizations while asking for help after spending 3 hours messing with something.