Hmm i was just wondering how do i make it so a verb goes inside a browser??
mob
Help()
var/text = {"
<html>
<head>
<title>
Test World - Help Browser
</title>
<style>
body {
background-color: '#000000';
color: '#ffffff'
}
</style>
</head>
<body>
<center>
<font size = "5" face = "Matura MT Script Capitals">
Welcome To The Help Menu
</font>
</center>
<hr width=140px color="gray"/>
-Refresh Icon
<br>
-Stuck
<br>
-Guides
<hr width=140px color="gray"/>
<center>
<a href="http://www.Google.com">
Visit Google
</a>
,
<a href="http://www.wikipedia.com">
Visit Wiki
</a>
,
<a href="http://www.byond.com/games/">
Visit Byond
</center>
</a>
</div>
</body>
</html>
"}
src << browse(text, "window=hello;size=500x300")
mob
verb
FixIcon(mob/M in world)
M.icon='Base white.dmi'
M<<"Your Base Icon has been restored!"