Closed dirkk0 closed 10 years ago
Is there a way to reset the player position?
I see that you can fly with space and move down with shift, but once you fell off a cliff, this doesn't work anymore.
in the console you can edit game.controls.target().player.position, it has x, y and z properties
game.controls.target().player.position
x
y
z
Awesome, thanks!
Is there a way to reset the player position?
I see that you can fly with space and move down with shift, but once you fell off a cliff, this doesn't work anymore.