Can not set yaw and pitch to location variable

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

bururaku

New Member
Jan 3, 2019
5
0
0
18
this is a code
Code:
on click:
    set {_loc}'s location to location at 0.5, 40, 0.5 in "world3"
    set {_loc}'s pitch to 90
    set {_loc}'s yaw to 0
    send "%{_loc}'s yaw%"
    send "%{_loc}'s pitch%"
    send "%{_loc}'s x-coordinate%"
    send "%{_loc}'s y-coordinate%"
    send "%{_loc}'s z-coordinate%"
and this is a response
V9MvbMvqxqvnwvgmVQ9zAH.png

Code:
<none>
<none>
0.5
40
0.5
Server: CraftBukkit version git-Spigot-eb3d921-2b93d83
Skript: Skript version 2.4.1
Addons: Reqn SkQuery skRayFall Vixio Skellet

how can i set yaw and pitch to location variable?
 
Status
Not open for further replies.