ID:263117
 
Code:
obj
sortinghat
icon = 'Sorting Hat.dmi' // Says the errors here
desc = "Sorting Hat"


Problem description:Every time i compile i get:
obj.dm:3: Inconsistent Indentation

Whats wrong with it?
obj
sortinghat
icon = 'Sorting Hat.dmi'
desc = "Sorting Hat"

the indention was a bit off.This should work
In response to Dragon_fire6653
Dragon_fire6653 wrote:
> obj
> sortinghat
> icon = 'Sorting Hat.dmi'
> desc = "Sorting Hat"
>

the indention was a bit off.This should work

Thanks alot!
In response to Master Scar
If that error pops up again, take all your code to the left. and retab it up.
In response to Darkdemonrad
Darkdemonrad wrote:
If that error pops up again, take all your code to the left. and retab it up.

Thanks, will do
In response to Master Scar
Remember: Use tab, not spacebar!