ID:141539
 
Code:
mob
icon = 'Person.dmi'
icon_state = "Kumamon"
Login() //makes it so all mobs will be created with the person icon
icon_state = gender //when a player logs in, make their icon's state
..() //the gender of their key. Then call the parent!


Problem description:

I cant seem to fix it, can someone please help?
Russelisthebestever2 wrote:
Code:
mob
> icon = 'Person.dmi'
> icon_state = "Kumamon"
> Login() //makes it so all mobs will be created with the person icon
> icon_state = gender //when a player logs in, make their icon's state
> ..() //the gender of their key. Then call the parent!
>

Problem description:

I cant seem to fix it, can someone please help?
It keeps saying inconsistent indentation and I am confused on how to fix it
In response to Russelisthebestever2
Push the ..() one tab back.