• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Temp Location

Status
Not open for further replies.
Level 9
Joined
Jun 7, 2008
Messages
440
I have an event in my map where a random player from either side of the teams are moved to a certain area to duel it out in a 1v1 style. What i need to know is how do i set the two duelers' last position into a variable? So that when the duel is over they will be moved back to the same position, before they were moved.
EDIT: Ok i think i found it. Tell me if this works.
Before duel
  • Events
    • Time - d_timer expires
  • Conditions
  • Actions
    • Set Temp_light = Position of Lightdueler
Then after that move him back to temp_light. Am i correct?
 
Status
Not open for further replies.
Top