ID:158239
 
In chapter 7 of the DM guide it mentions you can view statpanels that dont belong to your own mob type, for the example, the stats of an obj that has been created by the player.

Unfortunately it doesnt go into detail on how to do so, and my usual checking of demos/tutorials has proved fruitless.

I was hoping someone could give me a simple example on how to do this so I can implement it.

You would modify the client.statobj variable. Keep in mind that, in Stat(), usr is the mob of the player LOOKING at the statpanel, while src is the mob to whom the Stat() proc belongs.

Honestly, though, it doesn't seem particularly useful to me. You can just display another mob's information in your own mob's Stat() proc.
In response to Garthor
Many thanks Garthor, and you were right, the way I asked to do it has very limited use.