mob/verb/help()
usr << browse(file("help.html"),"window=help")
Problem description:
Eck, I'm willing to bet their might not be anything wrong with this snippet, seeing as to how out of frustration, I copied most of the code directly from the offline reference, but for some reason this doesn't work, and for once I haven't the slightest clue why. It runs a safety check, I respond "Yes.", and nothing happens. This may just be an issue with the file, but then wouldn't it also display an empty or bugged window or something?
If you have an interface (dmf) file included you'll have to use the more modern output() approach with a window containing a browser element.