Guest User

Untitled

a guest
May 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. mob/proc
  2. LevelCheck()
  3. if(src.Exp>=src.Nexp)
  4. src.Exp=0
  5. src.Nexp+=10
  6. src.Level+=1
  7. //new code below
  8. src.MaxHP+=rand(1,5)
  9. src.Str+=1
  10. src.Def+=1
  11. //end new code
  12. src<<"You are now Level [src.Level]"
Add Comment
Please, Sign In to add comment