mob/Login()
usr<<browse(News,"window=News;size=240x320")
var/const/News = {"<style type="text/css">
body {
background-color: black;
color: orange;
font-family: Times New Roman
}
</style>
<img src = "http://i69.photobucket.com/albums/i75/LegendaryLCD/17753.png"><br><br>Welcome to the byond Family Guy Game! Just like on the real Family Guy show, you will be able to swear, make crude jokes, talk about sex, and make an idiot out of peter. I hope you have fun! If you want to and think the game is good so far vote for the game."}
mob
Login()
usr<<sound('Family_Guy.mid')
var/w = (rand(1,3))
switch(w)
if(1)
loc = locate(7,7,1)
if(2)
loc = locate(7,7,2)
if(3)
loc = locate(7,7,3)
Problem description:
For some reason i have no errors or warnings but my browser wont pop up and I think its being overlapped with somthing. Can someon fix this please?