Guest User

Untitled

a guest
May 22nd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. mob/Stat()
  2. statpanel("[src]'s Stats")
  3. stat("Level:","[src.Level]")
  4. stat("EXP:","[src.Exp]/[src.Nexp]")
  5. stat("Health:","[src.HP]/[src.MaxHP]")
  6. stat("Strength:","[src.Str]")
  7. stat("Defense:","[src.Def]")
  8.  
  9. //New code below
  10. statpanel("Another Tab")
  11. stat("???")
Add Comment
Please, Sign In to add comment