skript between not working

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

Jun 23, 2023
32
0
6
this is not working, while its between i want it to be set to 1
Code:
if {experience::%player%} is greater than or equal to 1000:
    if {experience::%player%} is less than or equal to 2000:
        set {level::%player%} to 1
 
i dont think that's enough information about your code to understand whats really is the problem. Your code seems eprfectly fine.
 
can't understand this event: 'if {experience::%player%} is between 1000 and 2000'
if {experience::%player%} is between 1000 and 2000: came through the parser
 
guys the issue was, this if statemen has to run on something like a on spawn: on teleport: or somethign else