Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if Experience = 3500 then
- Level = Level + 6
- end
- if Experience = 5000 then
- Level = Level + 7
- end
- if Experience = 7000 then
- Level = Level + 8
- end
- if Experience = 10000 then
- Level = Level + 9
- end
- if Experience = 12500 then
- Level = Level + 10
- end
- if Level = Level + 10 then
- League = "Bronze ii"
- end
- --for the first 5 levels and the first league - see here: https://pastebin.com/sKRHCwh5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement