Teleportation Trigger
Moderator: Cheaters
-
- Junior Member
- Posts: 31
- Joined: July 31st, 2007, 6:04 am
- Title: Monkey
- Location: Canada
Teleportation Trigger
I've made a teleportation trigger of my own, but the thing is, its only works half the time. Could someone please make one for me that works 100%?
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Re: Teleportation Trigger
What do you want? Like... -teleport x,y or... use an ability and it moves you somewhere... or...
-
- Senior Member
- Posts: 119
- Joined: July 23rd, 2007, 3:29 am
- Title: Learnin to be genius
- Location: beside u
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Re: Teleportation Trigger
Yup, in my pack theres the wtfblink ability, or I even have a command you type -move, then the next order you give your unit it will teleport it there.
-
- Junior Member
- Posts: 31
- Joined: July 31st, 2007, 6:04 am
- Title: Monkey
- Location: Canada
Re: Teleportation Trigger
No, i want a region trigger like, unit enters region, if unit equals ground unit, then move instantly to other region. I got a trigger like that, but it only works like 10% of the time, but if i summon units into the region it works for all of them but it doesnt work for walking into the region
-
- Senior Member
- Posts: 119
- Joined: July 23rd, 2007, 3:29 am
- Title: Learnin to be genius
- Location: beside u
Re: Teleportation Trigger
nice cheat this is i can blink any where i want.
pooof!! it became kokocrunch.
-
- Senior Member
- Posts: 132
- Joined: February 20th, 2007, 8:40 pm
- Title: Random Noob
- Location: Canada!!!
Re: Teleportation Trigger
This trigger should work:
Code: Select all
Untitled Trigger 001
Events
Unit - A unit enters first region
Conditions
((Entering unit) is A ground unit) Equal to True
Actions
Unit - Move (Entering unit) instantly to second region
If you knew a woman who was pregnant, who had 8 kids already,
three who were deaf, two who were blind, one mentally retarded, and she had syphilis; would you recommend that she have an abortion?
Answer:
three who were deaf, two who were blind, one mentally retarded, and she had syphilis; would you recommend that she have an abortion?
Answer:
Spoiler:
-
- Forum Fanatic
- Posts: 315
- Joined: October 16th, 2007, 7:32 pm
Re: Teleportation Trigger
i think hes looking for this trigger
This trigger works but you have to click move on the unit you want to move.
But it will move the unit instantly.
Untitled Trigger 001
Events
Unit - A unit Is issued an order targeting a point
Conditions
(Issued order) Equal to (Order(move))
Actions
Unit - Move (Triggering unit) instantly to (Target point of issued order)
I will keep trying to get it the way you want
This trigger works but you have to click move on the unit you want to move.
But it will move the unit instantly.
Untitled Trigger 001
Events
Unit - A unit Is issued an order targeting a point
Conditions
(Issued order) Equal to (Order(move))
Actions
Unit - Move (Triggering unit) instantly to (Target point of issued order)
I will keep trying to get it the way you want