Car entering and Character waiting for vehicle

If you need any coding help, story advice or just a friend you can always PM me anytime

Ok, great! I will be doing that!

How’re you wanting to do that? I can give you an example, but I need to know how you want to do it.

For example, do you want to let them view it first then make their decision, or just have them buy it straight out then have it and see the outfit?

Let them view it first then make their decision. If that is ok?

Also I was wondering if I could give you credit or not? It would be at the end of the chapter. If you do let me give credit how would you want me to address you? You have been a big help to the story!

Im having an error. Can you plz help. I tried to fix it but it wont work is there anything I could do to fix it? This is the script
choice
(special_outfit)
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE
ASH (talk_doubtful)
Should I wear this?

choice “I look perfect!”{

}
“Go back”{
goto MENU
}

1 Like

Im having an error. Can you plz help. I tried to fix it but it wont work is there anything I could do to fix it? This is the script
choice
(special_outfit)
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE
CHARACTER (talk_doubtful)
Should I wear this?

choice “I look perfect!”{

}
“Go back”{
goto MENU
}

choice
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE_special

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE
ASH (talk_doubtful)
Should I wear this?

choice “I look perfect!”{
goto ch_continue1
}
“Go back”{
goto MENU
}
label DECIDE_special
< GEMS:5 > “Wear this?”{
NARR
Your message here.
} “No thanks!”{
goto MENU
}
label ch_continue1

(No space between the <, GEMS, and > )

That’d mean a lot to me! You can mention my Instagram (@winteronepisode). Thank you! :two_hearts: :two_hearts:

1 Like

its says “error unexpected PARAMETERS: GEMS:5” i dont know what to do now. but the rest worked

Hold on, let me show a picture of what it should look like

1 Like

My mistake! I forgot a few things!

Script

image

choice
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE_special

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE
ASH (talk_doubtful)
Should I wear this?

choice “I look perfect!”{
goto ch_continue1
}
“Go back”{
goto MENU
}
label DECIDE_special
NARR
Wear this?
choice (special_outfit) < GEMS:5 > “Wear this!”{
NARR
Your message here.
} “No thanks!”{
goto MENU
}
label ch_continue1

it now says error invalid command : GEMS:5

Can you show me your script?

the whole thing?

Just part with the error

choice
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE_special

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE
ASH (talk_doubtful)
Should I wear this?

choice “I look perfect!”{
goto ch_continue1
}
“Go back”{
goto MENU
}
label DECIDE_special
NARR
Wear this?
choice (special_outfit) < GEMS:5 > “Wear this!”{
NARR
Your message here.
} “No thanks!”{
goto MENU
}
label ch_continue1

its the part that is bold so you would which line was the error

Its supposed to be GEM:5 with the < and >

1 Like

No space between < G and 5 >

1 Like