Format
Stat()
When
Called periodically by the client to update the stat window.
Default action
none.
The following code could be used to display a player’s current status.
mob/var
health = 100
mob/Stat()
stat("health",health)
statpanel("Inventory",contents)