Why wont... My Mob Appear Even When i Define It WTF..
mob
person
icon ='person.dmi'
var
health = 10
strength = 40
defence = 60
level = 1
hp = 20
max.dp = 90
str = 40
lvl = 1
def = 60
race = "Noob"
amount
ID:161482
![]() May 2 2008, 5:22 pm
|
|
![]() May 2 2008, 5:25 pm
|
|
Firstly, place your code in <dm> tags. Now, if the file 'person.dmi' has named icon states and none that are simply have a blank name, none will be assigned. You'd have to set icon_state to see the icon. This is assuming the mob is actually getting placed on the map somewhere, of course.
|
Popisfizzy wrote:
Firstly, place your code in <dm> tags. Now, if the file 'person.dmi' has named icon states and none that are simply have a blank name, none will be assigned. You'd have to set icon_state to see the icon. This is assuming the mob is actually getting placed on the map somewhere, of course. umm he doesn't really need to define person just mob |