ID:2091969
 
(See the best response by GreatPirateEra.)
Code:


Problem description:

Hey guys,
I just started using Dream maker. My problem is ; when I run my file I can see the map, and when Press the arrows the character seems to move except I cant see my character.

How do I make my character appear?

Thank You!
Best response
Do you have a mob with an icon? if so, does it have a named icon_state that you aren't setting in code? finally, if your mob is something more specific than /mob, like /mob/player, then you need to set your world/mob to that mob, like so:
world
mob = /mob/player

/mob/player
icon='player.dmi'
//set icon_state if applicable