ID:270249
 
    Shadow_Warrior
icon = 'monsters.dmi'
icon_state = "shadow warrior"
Strength = 25
HP =55
MaxHP = 55
Defense = 32
Gold = 20
Exp = 15
Del()//When it's going to be deleted
if(prob(10))
var/obj/weapon/Ice_Sword/K = new
K.Move(src.loc)
..()

i get seven inconsistent indention but i dont know how to fix
Everything after if(prob(10)) needs to be indented one line.
In response to Mysame
    Shadow_Warrior
icon = 'monsters.dmi'
icon_state = "shadow warrior"
Strength = 25
HP =55
MaxHP = 55
Defense = 32
Gold = 20
Exp = 15
Del()//When it's going to be deleted
if(prob(10))
var/obj/weapon/Ice_Sword/K = new
K.Move(src.loc)
..()

i still get seven idention errors


In response to Dragon_fire6653
Are you spacing or tabbing?
In response to Kingster
spacing
In response to Dragon_fire6653
You should tab it and it will fix indention errors... You are never suppose to space as far as I know ;D

| /
|/
|\
| \
| \ingster
In response to Kingster
oh,never knew that