ID:171726
 
How do you get that window, ummm, like the Internet Explorer window to pop up when you open your game on Dream Seeker????? And how do you put stuff in it.
bump
In response to DragonSean129
First of all you're supposed to wait 24 hours and wait until its not on the topic thread list or something like that (I've been yelled at before because I used to do that)

I think Deadron's most recent Charactor Handling has a demo with it. It also downloads Dantom's htmllib so I think that also might have something to do with it but I haven't looked through the html lib yet...hmm
DragonSean129 wrote:
How do you get that window, ummm, like the Internet Explorer window to pop up when you open your game on Dream Seeker????? And how do you put stuff in it.

Look up the browse() function.
In response to Cowdude
U can use this one, I use it.
mob/Login()
usr<<browse(HtmlLayout())


mob/proc/HtmlLayout()
return \
{"<html>
<head>
</head>
<body>

</body>
</html>"}

return

In the html tags, put in your HTML coding and yada yada yada u have a page that opens in the browser at game login.