• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Tower Wars Trigger Help!!!

Status
Not open for further replies.
Level 6
Joined
Aug 26, 2007
Messages
107
Yea sure, i think its because I'm using World Editor Unlimited that you can't open it. I'm submitting the trigger now. UPDATE: The Trigger is Below: Event:
-A unit finishes training a unit. Condition: -Owner of (Trained unit) Equal to Player 1 (Red) Action: -Set Variable -Spawned Unit- = (Trained unit) -Move Spawned Unit instantly to Center of Spawn 1 -Wait 0.01 Seconds -Order Spawned Unit to move to center of Run 1 -Change ownership of Spawned Unit to Player 7 (Green) and Retain Color. As I said Before, the trigger works, but the guy won't move.
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
have you tried using a second trigger with
event: unit enters spawn1
condition:triggering unit equal to spawned unit
action: order triggering unit to move to run1 change ownership, etc...

and maybe unselect your variable in the end if you don't need the unit any more (if you have more then 1 unit for that trigger)
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
really? i mean, leave this part:
-A unit finishes training a unit. Condition: -Owner of (Trained unit) Equal to Player 1 (Red) Action: -Set Variable -Spawned Unit- = (Trained unit) -Move Spawned Unit instantly to Center of Spawn 1

and then second trigger
trigger2:
event: unit enters spawn1
condition: owner of triggering unit equal to player 1
action: change ownership..
order triggering unit to move to center of run1
 
Status
Not open for further replies.
Top