question

  • Thread starter Deleted member 9590
  • Start date
  • 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 community!

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

Deleted member 9590

hello, this code does't actually remove anything from the list variable, what am i doing wrong?
Code:
loop {list::%uuid of player%::*}:
            remove loop-value from {list::%uuid of player%::*}
        delete {list::%uuid of player%::*}
 
i think invalid usage of spaces try this (didn't test)
Code:
loop {list::%uuid of player%::*}:
    remove loop-value from {list::%uuid of player%::*}
    delete {list::%uuid of player%::*}
 
i think invalid usage of spaces try this (didn't test)
Code:
loop {list::%uuid of player%::*}:
    remove loop-value from {list::%uuid of player%::*}
    delete {list::%uuid of player%::*}
it didn't work
 
Uhm, if you want to remove the variable you can just do: delete {list::%uuid of player%::*}, you don't need anything else.
 
Status
Not open for further replies.