ID:139227
Apr 22 2011, 3:13 pm
|
|
mob icon='mob.dmi' var hp=10 str=5 def=2 mob Login() usr.icon_state="male" usr.Move(locate(1,1,1)) Ok basically my turf and etc. are loaded when i run my test server but for some reason there is no icon state or user there and basically im stuck how can i fix this so the male OR female icon appears? |
In response to Neimo
|
|
ok thank you s much ill see if it works
|
usr.icon_state="male"
usr.Move(locate(1,1,1))
You've changed your Login() to mob/mob, but it's set at mob/Login().