ID:149704
 
mob
SmileyGuy
icon = 'Guy.dmi'
icon_state = "Normal"
Login()
world<<"[usr] has joined the mystery!"
usr.Move(locate(1,1,1))
verb
say(msg as text)
view()<<"[usr] says,[msg]"
shout(msg as text)
world<<"[usr] shouts,[msg]"
phone(M as mob in world,msg as text)
M<<"[usr] phones you,[msg]"
usr<<"You phone [M],[msg]"
turf
HQ_Ground
icon = 'Turfs 1.dmi'
icon_state = "Tile1"
world
mob = new /mob/SmileyGuy

loading Smile Mystery.dme
Main.dm:21:error: : bad mob

Smile Mystery.dmb - 1 error, 0 warnings (double-click on an error to jump to it)

Please assist!

Take out the "new" in the world/mob.
In response to Nadrew
YAHOO!
-as the name implies