Code: Select all
/c game.player.teleport(game.player.selected.position.x+2)
Code: Select all
/c game.player.teleport(game.player.selected.position.x+2)
Yes, it work! Thank youBilka wrote:You are not specifying a y position.
/c game.player.teleport({game.player.selected.position.x+2,game.player.selected.position.y}) should work