Okay, Search feature did not work, nor did Google, and there is no tutorial for it. So I apologize in advance if there is an answer written.
However, for whatever reason, I can't make a teleporter :<
Basically what I am trying to make is whoever walks into point A is ported to point B.
I tried to find a simple way to have it where whoever touches the point is ported, but I'm starting to question if i need to have every unit listed to be able to touch the point. That seems to tedious to me.
Perhaps making a player group would be feasible, less work for other things I come across
But what I am looking to do is this:
Whoever collides with point A is moved to point B. the key thing I want to avoid is making a trigger per unit.
Lastly I'm still learning the basics of the trigger editor so I'm sorry if this seems super simple to the lot of you :P
Okay, Search feature did not work, nor did Google, and there is no tutorial for it. So I apologize in advance if there is an answer written.
However, for whatever reason, I can't make a teleporter :<
Basically what I am trying to make is whoever walks into point A is ported to point B.
I tried to find a simple way to have it where whoever touches the point is ported, but I'm starting to question if i need to have every unit listed to be able to touch the point. That seems to tedious to me.
Perhaps making a player group would be feasible, less work for other things I come across
But what I am looking to do is this:
Whoever collides with point A is moved to point B. the key thing I want to avoid is making a trigger per unit.
Lastly I'm still learning the basics of the trigger editor so I'm sorry if this seems super simple to the lot of you :P
Thanks in advance!
I wouldn't make the teleporter use two points, but a point and a region.
So Region A would be the place the unit has to enter.
And Point B would be the place it'd get teleported to.
The trigger implementation is rather easy then.
I know that there is an event for getting into a certain distance of a point, but I haven't worked with it so I'm usually avoiding it ;)
Here ya go:
http://forums.sc2mapster.com/development/triggers/10775-making-only-player-1s-unit-teleport/#p2
rofl that was great but that's what i posted it for }:D
XD
I knew it was a simple solution >.< I just went about it the wrong way.
Thanks so much for helping guys :)
not a problem