Author Topic: Why wont teleport events work?!  (Read 611 times)

I'm trying to make a character maker for a medieval RP and when you start you choose to be male or female. When you choose your teleported to the race choices by events. I got the teleporting to work a few times but for some reason it stopped. I have the events onBotActivated>>namedBrick>>setPlayerTransform  but it doesn't teleport. I have chose the named brick by the way I just didn't want to list it. Is there some reason why the setplayertransform would just stop working? I mean, it worked like 4 times then stopped.

Bump cause I waited OVERNIGHT! Come on people!

I think you did the same thing wrong as I did.
You have to see the setPlayerTransform event as the MoveToBrick event, but then the name of the brick and the event reversed.

Example:
If you want to go from brick A, to B, you need to put in this event
On brick A:
Quote
OnActivate/OnBotActivated/OnPlayerTouch/etc.>>B>>setPlayerTransform
I hope this fixed your problem. :c

make sure all events are checked too