1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Can not set yaw and pitch to location variable

Discussion in 'Skript' started by bururaku, Jan 19, 2020.

Thread Status:
Not open for further replies.
  1. bururaku

    bururaku New Member

    Joined:
    Jan 3, 2019
    Messages:
    5
    Likes Received:
    0
    this is a code
    Code (Text):
    1. on click:
    2.     set {_loc}'s location to location at 0.5, 40, 0.5 in "world3"
    3.     set {_loc}'s pitch to 90
    4.     set {_loc}'s yaw to 0
    5.     send "%{_loc}'s yaw%"
    6.     send "%{_loc}'s pitch%"
    7.     send "%{_loc}'s x-coordinate%"
    8.     send "%{_loc}'s y-coordinate%"
    9.     send "%{_loc}'s z-coordinate%"
    and this is a response[​IMG]
    Code (Text):
    1. <none>
    2. <none>
    3. 0.5
    4. 40
    5. 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?
     
Thread Status:
Not open for further replies.

Share This Page

Loading...