ID:144441
 
Code:
mob/Login()
loc = locate(7,7,ran(1,9)
usr<<sound('Family_Guy.mid')
usr<<browse(News,"window=News;size=300x325")


var/const/News = {"<style type="text/css">
body {
background-color: black;
color: white;
font-family: Family Guy
}
</style>
<img src = "http://i69.photobucket.com/albums/i75/LegendaryLCD/17753.png"><br>"}


Problem description:

This is the new code and it is not working... hre are the eorros that I have tried to fix nuerous times.

Family Guy.dm:22:error: usr: missing comma ',' or right-paren ')'
Family Guy.dm:22:error: usr: expected end of statement
This is a bug that you should be able to fix on your own. You don't have closes parantheses on the locate() procedure.
In response to Popisfizzy
I know i just noticed and i fix it but thx anywayz