Author Topic: Vehicle events  (Read 495 times)

Would it be possible to have events to have events so when you chat something like /tank, the spawn spawns a tank? Also, would it be possible for a brick to teleport a vehicle to another brick? I tried this with bot events, but it didn't work. Yes, the brick had collision on.

the spawning thing could be made with event if last msg
and teleporting could be made with set vehicle transform


When I do on bot touch, there is no vehicle transform.

When I do on bot touch, there is no vehicle transform.
onBotTouch -> Self -> setTransform

onBotTouch -> Self -> setTransform
Thanks. Now...how do I make it know which brick to teleport the vehicle to? ._.

Thanks. Now...how do I make it know which brick to teleport the vehicle to? ._.

impossible.