Max XP level

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

TullyMastully

Member
Aug 9, 2017
38
0
0
34
Hey, I'm currently making a KitPvP Skript,
and I wanted to know if it's possible to set a Max XP level,
I don't want the XP level to be higher than a 100.
How do I do it?
 
You could have asked it on the first post...

Editing the code i provided you earlier...

code_language.skript:
on damage:
    attacker's level is less than 100
    add 10 to attacker's level

on rightclick holding diamond sword:
    player's level is higher or equal to 100
    heal the player
    remove 100 from player's level
 
Status
Not open for further replies.