if(usr.vgrave==1)
statpanel("Graveyard")
stat("Cards in Graveyard (Ascending Order):",usr.DuelGraveyard.len)
stat(usr.DuelGraveyard)
... but there must be a better way.
At the moment i want to get an object in the users inventory to show a stat panel. But im not sure how to go about it....
obj
items
verb
Show_Stat_Panel()
???
Yeah this is where i get kinda stuck.
statpanel("Stats")
stat("Name", src.key)
stat ("gold", gold)
..()
thats how i made a stat panel with gold and your usr name in it hope it helped u ^^ if not oh well