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
}
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 > )
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
My mistake! I forgot a few things!
Script
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
No space between < G and 5 >