Solved Location variables without pitch and yaw

  • 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.

ZhengYueMoon

Member
Mar 9, 2022
17
0
1
24
I want to set a specific variable(example: {_cords}) to the location of player, but without the pitch and the yaw, only the x y z.

Thank you.
 
Code:
command /getcoords:
    trigger:
        set {_coords} to "%x-coord of player%, %y-coord of player%, %z-coord of player%"
        send {_coords} to player
 
Status
Not open for further replies.