ID:269320
 
How do you make those windows that pop up as soon as u login to a game? Examples : Failed Fate 0: Before The Chaos, Survival
In the login code, add a browse proc.

mob/Login()
src<<browse("<head><title>A window</title></head>A bunch of text and html.","window=A Name")
..()

In response to Swarmy
Oh so its made up of html? I can kinda do that..
In response to Mecha Destroyer JD
Mecha Destroyer JD wrote:
Oh so its made up of html? I can kinda do that..

If you want to learn more, I recommend http://htmldog.com. =)
In response to Wizkidd0123
Thanks for da extra help..Oh yeah btw..How would you make one of those windows that you can't close..or is dat on da html site too.
In response to Mecha Destroyer JD
Use my auto coder to make some simple pop up html pages like the one's you're talking about, just answer the questions and presto! it's done!