Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Setting transform while in vehicle
« previous
next »
Print
Pages: [
1
]
Author
Topic: Setting transform while in vehicle (Read 774 times)
NAT3
June 12, 2017, 04:22:05 PM
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?
Ad Bot
Advertisement
elm
June 12, 2017, 04:28:36 PM
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..
Metario
June 12, 2017, 06:24:24 PM
getObjectMount
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Setting transform while in vehicle