Author Topic: Teleport Bot Event  (Read 648 times)

I need an event to teleport a bot to a certain named brick. Kind of like setPlayerTransform but a little different and for bots.

example:
onBotTouch > [NAMED BRICK] > setBotTransform > Relative, North, East, etc.

I also would like to know if its possible to make an event where, if you activate a brick, it would teleport a bot somewhere else?
« Last Edit: June 25, 2016, 10:52:10 AM by SCP - 096 »

The problem with setPlayerTransform events is that it has issues with teleporting in general, I think it would be better to use TeleToBrick (has a string) using the Bot output event, it will be much more reliable than making a crappy workaround.

It's definitely possible, but it won't be as reliable if using a setPlayerTransform on the brick output class (Self). (Try teleporting 2 or more things at once and it'll just break)
« Last Edit: June 25, 2016, 11:12:08 AM by Kyuande »

(Try teleporting 2 or more things at once and it'll just break)
this has caused many annoyances

the old bot events's teleport thing worked though

I thought we all agreed to switch to doPlayerTeleport a while back

i didnt know doPlayerTeleport even existed actually

I thought we all agreed to switch to doPlayerTeleport a while back
The only setPlayerTransform stuff I do nowadays is setRandomTransform, which randomizes the effect, something that doPlayerTeleport has yet to do as far as I am aware.