ID:163503
 
I seem to create a map, but it just turns out black after i put the Icons on... Why?
It turns black when you run it or when your creating it in the DM?
In response to LifeSavers
When I run it.
In response to Mohan
That probably means that you do not place your character anywhere. Here:
mob
icon='player.dmi'
Login()
src.loc=locate(1,1,1)
..()
In response to Mohan
Under your login code you forgot to add a location.
Example.
mob/Login()
usr.loc = locate(1,1,1)
//(1,1,1) Will locate your mob to thoses coords.
In response to DarkD3vil666
:P
In response to Mohan
did you try this:


mob/Login()
usr.loc = locate(1,1,1)
In response to DarkD3vil666
Thanks you guys
In response to LifeSavers
you should read this and learn your first world

http://zilal.byondhome.com/tutorials/zbt.html


--its ok its not alot
i read them all in 10/7 min

lol actually the useless part i was going like (bla bla bla)