mob/Stat()
stat("karma:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("----------",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("level:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("exp:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("training points:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("----------",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("powerlevel:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("ki:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("strength:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("defence:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("----------",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("rage:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("fatituge:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("energy code:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("earth wishes:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
stat("namek wishes:",src.desc)
if(src == usr) statpanel("inventory",src.contents)
Problem description:
I need help it wont show the stat numbers it just looks like this
karma:
----------
level:
exp:
trainingpoints:
----------
powerlevel:
ki:
strength:
defence:
----------
rage:
fatituge:
energy
code:
earthwishes:
namek:
wishes:
first off get rid of every line that says
and 2nd off, you have it displaying src.desc for everything instead of any actual variables