Author Topic: Setting transform while in vehicle  (Read 774 times)

Apparently the function %pl.setTransform(blah blah blah); won't work unless the player is outside of their vehicle.
How can I make it so that the player teleports WITH their vehicle?

Just set the vehicle's transform and the player will follow.

You can get the vehicle a player is mounted to, use playerObject.dump();

It might start with something like .getMount..