Code:
NPC
icon = 'NPCs.dmi'
icon_state = "Bob"
switch(input("What race would you like to be?","Choose a Race") in list ("White Mage","Black Mage","Demon Path"))
if("White Mage")
src<<"You Have chose, White Mage Path!"
src.loc=locate(1,2,2)
if("Black Mage")
src<<"You choose, Black Mage Path!"
src.loc=locate(1,1,3)
if("Demon Path")
src<<"You choose, Demon Path!"
src.loc=locate(1,1,4)
Problem description:
loading Magic.dme
NPC's.dm:5: Inconsistent indentation.
NPC's.dm:5: Inconsistent indentation.
NPC's.dm:6: Inconsistent indentation.
NPC's.dm:7: Inconsistent indentation.
NPC's.dm:8: Inconsistent indentation.
NPC's.dm:8: Inconsistent indentation.
NPC's.dm:9: Inconsistent indentation.
NPC's.dm:10: Inconsistent indentation.
NPC's.dm:11: Inconsistent indentation.
NPC's.dm:11: Inconsistent indentation.
NPC's.dm:12: Inconsistent indentation.
NPC's.dm:13: Inconsistent indentation.
Magic.dmb - 12 errors, 0 warnings (double-click on an error to jump to it)
READ THIS AND SEE WHATS DIFFERENT:
This worked for me, it should work for you.