ID:178984
 
is there any way to have a menu appear with all your stats or a browser web page using the browse proc or something?
mob/verb/Stats()
usr << browse("Health: [usr.health]<br>Magic:[usr.magic]")


Like that?
In response to Nadrew
yeah just like that
Thanks Nadrew <- notice the capital for his name thats important
Mrhat99au wrote:
is there any way to have a menu appear with all your stats or a browser web page using the browse proc or something?

One resource you may want to check out is my recent BYONDscape column (Dream Tutor) on the mini-browser. It's got a lot of good info if you're looking to get into using the browser features.

Lummox JR