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.

uuid in variable

Discussion in 'Skript' started by LucXas, Jun 26, 2020.

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

    LucXas Member

    Joined:
    Feb 5, 2017
    Messages:
    14
    Likes Received:
    0
    Code (Text):
    1. variables:
    2.    {%uuid of player%.name} = ""
    does not work, any suggestions?
    1.PNG
     
  2. Juffix

    Juffix Member

    Joined:
    Apr 7, 2019
    Messages:
    19
    Likes Received:
    4
    Use
    Code (Text):
    1. Player's uuid
     
  3. LucXas

    LucXas Member

    Joined:
    Feb 5, 2017
    Messages:
    14
    Likes Received:
    0
    Nope
    upload_2020-6-26_14-54-6.png
     
  4. Dave

    Dave Active Member

    Joined:
    Jul 20, 2018
    Messages:
    228
    Likes Received:
    9
    wrong usage, you can't do this, the ''variables'' section is just for global variables, not for a player

    example:
    Code (Text):
    1. variables:
    2.     {enable} = true
    3.     {disabled} = false
    4.     {value.example} = 433
     
  5. LucXas

    LucXas Member

    Joined:
    Feb 5, 2017
    Messages:
    14
    Likes Received:
    0
    But i can use it with %player% only

    Code (Text):
    1. variables:
    2.    {%player%.name} = ""
    this work's fine but i want to use with uuid
     
  6. oHeckGage

    oHeckGage Active Member

    Joined:
    Mar 24, 2020
    Messages:
    106
    Likes Received:
    5
    Idk if this would world but try:

    Code (Text):
    1.  
    2. variables:
    3.     {name.%player's uuid%} = ""
     
Thread Status:
Not open for further replies.

Share This Page

Loading...