ID:172793
 
Where are the indentation errors?


obj
Weapons
Rioki_Dagger
damage = 10
max_damage = 17
icon = 'Obj.dmi'
icon_state = "RD"

Goui_Short_Sword
damage = 17
max_damage = 20
icon = 'Obj.dmi'
icon_state = "GS"

Seriok_Long_Sword
damage = 20
max_damage = 24
icon = 'Obj.dmi'
icon_state = "SS"
Zeigue wrote:
Where are the indentation errors?


obj
Weapons
Rioki_Dagger
damage = 10
max_damage = 17
icon = 'Obj.dmi'
icon_state = "RD"

Goui_Short_Sword
damage = 17
max_damage = 20
icon = 'Obj.dmi'
icon_state = "GS"

Seriok_Long_Sword
damage = 20
max_damage = 24
icon = 'Obj.dmi'
icon_state = "SS"
Assuming that damage and max_damage are already defined as variables, then make sure that you indented rather than used the space bar.