Hello .
I’ve been dealing with this error for at least 20 minutes now. Yes, I’ve seen other posts about it and I tried it but it didn’t work. Can you guys help me? Thanks.
Hello .
I’ve been dealing with this error for at least 20 minutes now. Yes, I’ve seen other posts about it and I tried it but it didn’t work. Can you guys help me? Thanks.
This is a example:
choice
“Olive” {
@YOU changes bodyColor into Olive
goto skincolor_medium1
@MOM changes bodyColor into Olive
It saved and when I tried to review the chapter, the mom skin tone and etc doesn’t change…
You need to put the mom changes commands before the goto commands
choice
“Olive” {
@YOU changes bodyColor into Olive
@MOM changes bodyColor into Olive
goto skincolor_medium1