ID:269813
Oct 18 2005, 11:35 am
|
|
Is there some kind of way that I can make the browser automaticlaly open when you login? Even though I have made a browser help menu, people are still wondering how to do stuff..I asusme its because they don't have their browser window open.
|
In response to King Gunnerblast
|
|
Yeah I already knew how to do that..Was just wondering was there soemthing to make the browser window open, upon login.
|
In response to Mecha Destroyer JD
|
|
mob/Login()
usr << browse('game.html',"display=1") or usr << browse("TESTING") |
In response to King Gunnerblast
|
|
So all I need to do was change the display var..Simple enough..
|
That should work. When you log into the game, that would appear.
-Ian
[King Gunnerblast]