Warcraft III resources & community, 2003–2006 · archived

Using a teleport with slowdown

3 posts
#1

Using a teleport with slowdown

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....
#2
Well do you want to teleport using triggers, an ability (Like Mass Teleport) or a waygate?
#3
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!