ID:1869448
 
(See the best response by Kaiochao.)
Hello
so i am trying my hands in coding, having theses problem
http://i.imgur.com/z7BRUrn.png
don know what today

pls help .


thanks

Best response
Login() should be at the same indentation level as icon since they're both modifying the /mob node.
and how do i do that
it is login() is the same indentation levl as icon
loading game.dme
maze.dm:15:error: : empty type name (indentation error?)
game.dmb - 1 error, 0 warnings


how do i fix it
What you have:
mob
icon = 'player.dmi'
Login()
loc= locate(/turf/start)
..()

What you should have instead:
mob
icon = 'player.dmi'
Login()
loc = locate(/turf/start)
..()