Hey (:
I need some help with the if/elif/else statements
I want the reader to choose whether or not they have freckles or glasses. If they say yes to both, i want to be able to have the reader’s outfit change to accompany both… is it possible to do an
if (GLASSESALEC is "Yes") and (FRECKLESALEC is "Yes"){
@ALEC changes into ALEC_d_fg
}
Is this possible…? I used gains for both the glasses and freckle choices- but is this possible?