Using a teleport with slowdown

Status
Not open for further replies.

CyberWuppie

C

CyberWuppie

hello, i've got a question (im also kinda new to the editor & forum)
Because i already found out that its not possible to make units go under a bridge....
I want to solve this by using a teleport through a mountain. my question then is, if it's possible to make a slowdown while using that teleporter....
 
he wants it to take time for the unit to go through the mountain.

Okay, here's the deal, you want the unit to disappear into the mountain at one side, and reappear a few seconds later at the other side, right?

the trigger (not in code, but just text)

Event:
unit enters location

Conditions:
-your call

Actions:
-unit - Pause triggering unit
-Special effect - create special effect (choose)
at location of triggering unit
-special effect - destroy last created
-wait 0.5 seconds
-unit - hide triggering unit
-wait - (howlong must it take?)
-unit - move (instantly and face angle) to loc (other end of mountain)
-unit - Unhide triggering unit
-unit - UnPause triggering unit
-cinematic - ping minimap at location (other end of mountain)

have fun!
 
Status
Not open for further replies.
Back
Top