LOOKS(<yaw>,[pitch],[time])
Smoothly turnes the player to the specified direction, prefix angles with + or - for relative moves
If you want to look at a <yaw>
value as seen in the F3 debug screen, you will have to add 180 to it.
The [time]
is parsed as a float value and then used as seconds.
Alternative syntax:
LOOKS(<direction>,[time])
<direction>
can be one of the following values:
"north"
"east"
"south"
"west"
"near"