mob/Stat()
statpanel("Status")
stat(" Name:","[usr]")
stat(" Life","[usr.Life]/[usr.MaxLife]")
mob/Stat()
statpanel("Battle")
stat(" Damage:","[damage]")
stat(" Defence","[defence]")
Instead of showing them both it only shows the second Stat and erases the first one.
If you know what I'm doing wrong please help
Thanks
-SG15
statpanel("Status")
stat(" Name:","[usr]")
stat(" Life","[usr.Life]/[usr.MaxLife]")
statpanel("Battle")
stat(" Damage:","[damage]")
stat(" Defence","[defence]")
Simple:P