Skript help | Scoreboard

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

I am having issues with my scoreboard.
I am using %{_prefix}% and in-game it is replace with <none>. Anyone know why?
The problem is in line 34 because you put "stop" and also you forgot to use quotes. AND your options are not written grammatically correct and Skript does not like that and that's why it is not working.
Or it may be because you didn't give use ANY code
 
.
 

Attachments

  • Capture.PNG
    Capture.PNG
    23.1 KB · Views: 263
local variables are only saved in one event. You will have to use list variables instead
 
Ahh right, sorry Im new to all this lmao.

How do i do list variables?
set a variable to a text in e.g an on join event and use that instead
code_language.skript:
on join:
    player has permission "tag.owner":
        set {prefix::%uuid of player%} to "&cOwner"
 
Status
Not open for further replies.