ok well im using mogs scene menu script, i dont think you have to be familiar to solve my problem... hopefully.
so in the menu it draws the face by using actor.name + "_fc" like the name of the image will be aluxes_fc.png kind of thing. problem is that I have it so that you can input your own heros name, and you can choose between a boy and a girl. so i decided to have it use the actor's class to draw it. like if the actor is a girl her class is StudentGirl and the boy is StudentBoy.
ive tried usign actor.Class.name and actor.class_id plus any of these combinations with every combination to the image file like 1_fc.png and StudentBoy.png and it doesnt seem to work. :S
doesnt anybody know how to properly access classes? cause apparently i dont :S haha
thanks for any help, sorry for the long explaination.