Problems with local variables

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

JuanDouCore_

New Member
May 20, 2017
7
0
0
23
I'm trying to make that after setting the random of this local variable occur events if what it verifies is equal to what it needs. But it's like he gets stuck and does not go to check. Any solution?

code_language.skript:
                    add "cajas" to {_p}
                    add "puntos" to {_p}
                    add "nada" to {_p}
                    add "nada2" to {_p}
                    set {_p2} to random element of {_p}
                    if {_p2} is "cajas":
[doublepost=1500249313,1500249237][/doublepost]It's like it gets stuck in the random set and does not progress to if
 
Status
Not open for further replies.