Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Level = 0
- local XP_Requirement = 100
- local XP_Current
- if XP_Current >= XP_Requirement then
- print("You are now level 1!")
- local Level_Requirement = 5
- local Level_Current
- if Level_Current >= Level_Requirement then
- print("You are now in the bronze league!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement