• 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.

Slide Trigger

Status
Not open for further replies.
Level 8
Joined
Jun 16, 2008
Messages
333
Why won't a slide trigger work when you have
  • Activate
    • Events
      • Unit - A unit enters Region 002 <gen>
    • Conditions
    • Actions
      • If ((Unit-type of (Triggering unit)) Equal to Demon Hunter) then do (Unit - Move (Triggering unit) instantly to ((Position of (Triggering unit)) offset by 21.00 towards 180.00 degrees)) else do (Do nothing)
but when you have
  • If (Red Equal to True) then do (Unit - Move RedHero instantly to ((Position of RedHero) offset by 21.00 towards 180.00 degrees)) else do (Do nothing)
it works
 

Rmx

Rmx

Level 19
Joined
Aug 27, 2007
Messages
1,164
You should try to save the last postion of the entering unit so he should slide from the new position and not slide once :)

Btw i don't have my WE right now .. ( YOU LEAK ! ) check out things that leak in the triggers section ... it's a STICKY ...

good luck :)
 
Last edited:
Level 8
Joined
Jun 16, 2008
Messages
333
You should try to save the last postion of the entering unit so he should slide from the new position and not slide once :)

Btw i don't have my WE right now .. ( YOU LEAK ! ) check out things that leak in the triggers section ... it's a STICKY ...

good luck :)

Ya I know I leak I was just testing it but how would I save that position?
 
Status
Not open for further replies.
Top