ID:174488
 
new_mob = new /mob/Startchars/shifter()()

ok I got something like this I dont know how to use these the thing is all my start chars are in a icon called Startchars.dmi and they each have a state, ok say I want it to have the icon state shifter... how would I fix that to make it right?.
mob/Startchars
shifter
icon = 'Startchars.dmi'
icon_state = "SHIFTER"

and the other thing, needs to be:
new_mob = new /mob/Startchars/shifter()
i dont think having the ()() would do anything but make errors.