I am also wondering how I would get a certain player's HP var to be shown in a stat in the panel
var/E = usr.watched
statpanel("Watched")
stat("Stamina:", "[E.HP]")
<dm>
of course I get:
bleh.dm:262:error:E.HP:bad var
All this trouble for an Admin verb that
lets my Admins Watch people and their
stats *sigh*
any help will be appreciated
Alathon