• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Using a teleport with slowdown

Status
Not open for further replies.
Level 1
Joined
Oct 5, 2004
Messages
1
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....
 
Level 3
Joined
Aug 29, 2004
Messages
57
Well do you want to teleport using triggers, an ability (Like Mass Teleport) or a waygate?
 
Level 9
Joined
Sep 8, 2004
Messages
633
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.
Top