ID:149475
 
Ive been working through Zilal's RPG tutorial and every time I create an enemy everything works fine but the enemy shows up invisible on the map can anyone tell me what Ive been doing wrong? I would really appreciate any help.
First, check your mob code and make sure you set it's icon file and icon state. Should look something like this:

mob

var
blah.... //your variables

proc
blah.... //your procedures

verb
blah.... //your verbs

Goblin //A specific type of mob, a goblin
icon = 'monsters.dmi'
icon_state = "goblin"


Hope that helps some.

-<font color = 0000FF>Sapphiremagus</font>
In response to sapphiremagus
Are you posting across forums?? because i believe i just read the same post in general. I hope for your sake the oldbies dont catch you.
In response to Akarat
Too late, I'm just too tired to complain..
In response to Nadrew
it was an accident... thankyou for point out my stupidity
In response to sapphiremagus
thankyou saphiremagus youve helped out a ton and sorry about double posting to everyone else