ID:174809
 
Is it possible to show var values (num and text) in HTML windows? If so how? Thank you for your time.

mob/verb/HTML()
usr << browse("[myvar], [someothervar]")
Basically, just like a text string sent to the player.
In response to Jon88
Oh, alrite, thank you. I was thinking somewhere along the lines of:
var/html={"
<html>


But then I forgot about the whole browse thing. Thank you ^_^