ID:168762
 
I have been following the zilal beginner tutorial guide thingy. I have got to a stage with no errors or warnings where the guide says i should have a figure that will move around, etc. on my grass map. But when i run the testworld all there is is grass, no character, can anyone help me?
We'll have to see the code, I'm afraid.
In response to Jp
Jp wrote:
We'll have to see the code, I'm afraid.

Or perhaps we could inform /him that under client/New() or mob/Login(), he needs to specify an icon and icon_state(unless there's only 1 icon in said icon file) by, for example, the code inbetween the dm tags, and also tell him he needs to add in a starting location:
mob/Login()
icon='mob.dmi'
icon_state="mob"
loc=locate(1,1,1)
In response to Sinoflife
"loc=locate(1,1,1)" isn't needed is it? It'll send you there automatically if 1,1,1 doesn't have a dense turf o_O