For my character creation steps, I want them to fill out race, age, gender, skin color, hair color, and hair style; before moving on. So I want a check to see if those are defined. But I can't seem to get it to work for all. I got it to work to check if the player fills out race before they can select skin color, hair color, and hair style. I just do not know how to handle multiple variables in the if def statement.
<<if def $race and $gender and $age and $skinColor and $hairColor and $hairStlye>>
Now time to move on to the background information [[Background]]
<</if>>
What am I doing wrong?