We are trying to help you out but most of us will not simply hand you the modified code off the bat unless it cannot be explained simply; how else will you learn?
Honestly, indentations involving if() statements should have been one of the simplest thing to take away from available resources meant for beginners.
And if you do not know what FishMan123 was referring to, it's about this code block:
switch(usr.race)
if("Demon")
usr.icon = 'Horned Demon.dmi'
usr.icon_state = ""
if("Human")
usr.icon = 'Base Char.dmi'
usr.icon_state = ""
usr.class=input("Which class would you like to be?","class")in list("Swordmen","Boxer")
well sort of no one is truly helping me or letting me understand what i need to do