#yaw and pitch

1 messages · Page 1 of 1 (latest)

fallow light
#

my code so far

#
on right click with lime dye:
    set {_loc} to location of player
    set yaw of {_loc} to 270
    set pitch of {_loc} to 0
    teleport player to location -27, -21, 91 in world "world"
    teleport player to {_loc} #east X: -27 Y: -21 Z: 91
simple dune
#

Set {_loc} to the new location on line 2, then tp the player at {_loc}

fallow light
#

ty

fresh jackal
#

location(x, y, z, world "worldname", yaw, pitch)

#

Use that