ID:170297
 
How can i show variables in the browser and refresh the browser when the variables are changed?

~>Jiskuha
[link]

That should help about the refreshing thing, and about the var's

mob/verb/Pop(mob/M)
M << browse("That is [M.name]")


That should work.
In response to N1ghtW1ng
Thanks NW, I never thought it would be that easy..

~>Jiskuha
In response to Jiskuha
Muhahaha, No problemo.