mob/Stat()
statpanel("Player")
stat("Playing as: [src.name]")
stat("","Book Bag:")
stat("")
if(!src.contents)
stat("No Items")
else
stat(src.contents)
Okay, I want this to display No items if there is nothing in src.contents however this setup isn't working. Did I miss something?
~>Jiskuha
P.S Done.