IN NEED OF (professional) ASSISTANCE!

Yes :smile:

Ok, you’ll have to give me a moment because I’m using my tablet. I’ll have to get it from the computer

I’m going to pm it to you

Sure :smile:

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to ask me if there are any questions. :wink:

So I need some help on some coding so my character is in her room with her friend and her friend is wanting to see her 3 dresses that she bought for her date tonight so how do I make a choice like this:

label show_1

choice
“Yes”{
}
“No”{
}

And the choice yes shows three options

choice
“Red Hottie”{

@JADE exits right

@JADE changes into JADE_casual

}
“Black Beauty”{

@JADE exits right

@JADE changes into JADE_badass girl

}
“White Sassy”{

@JADE exits right

@JADE changes into JADE_hot mama

}

@JADE enters from right to screen center

@pause for a beat

@pause for a beat

    JADE (primp)
(Do I want to wear this or choose something else??)

choice
“Choose this outfit”{

    JADE (talk_happy_smile)
I always look amazing!!

}
“Try something else”{

goto choosing_outfit

}

You would put the choice in the “yes” choice like this.
label show_1

choice
“Yes” {
NARR (BLAH)
BLAHAH
choice
“Red Hottie”{

@JADE exits right

@JADE changes into JADE_casual

}
“Black Beauty”{

@JADE exits right

@JADE changes into JADE_badass girl

}
“White Sassy”{

@JADE exits right

@JADE changes into JADE_hot mama

}

@JADE enters from right to screen center

@pause for a beat

@pause for a beat

    JADE (primp)
(Do I want to wear this or choose something else??)

choice
“Choose this outfit”{

    JADE (talk_happy_smile)
I always look amazing!!

}
“Try something else”{

goto choosing_outfit

}

}
“No” {

}

choice
“Yes”{

    JADE (talk_happy_smile)
So this is what I bought!!

Label choosing_outfit

choice
“Red Hottie”{

@JADE exits right

@JADE changes into JADE_sexy_1

}
“Black Beauty”{

@JADE exits right

@JADE changes into JADE_sexy_2

}
“White Sassy”{

@JADE exits right

@JADE changes into JADE_sexy_3

}

@JADE enters from the right to screen center AND JADE faces left

@pause for a beat

@pause for a beat

@SARAH is admire

    SARAH (talk_flirt)
Wow such a hottie!!!

    

    JADE (primp)
(Should I wear this for tonight??)

choice
“Hell Yes!!”{

    JADE (talk_primp_condescend)
I always look amazing!!

}
“Try Something Else On”{

goto choosing_outfit

}

}
“Nah I want it to be a secret”{

    SARAH (talk_handsonhips)
Ok miss secret

@JADE is laugh_chuckle

}

    NARRATOR (MOM)
Jade are you home dear!

ok so here is what I want it to happen but their is a error in the choice under the Red hottie choice

1 Like

What’s the error?

Unexpected choice did u include a choice without a line of dialogue before it

Just add dialogue at the beginning of that line or before.

So now the problem is that every time when I give the player the option to pick what dress to wear and two options (Hell Yes) or (Try Something Else On) and when I click on the option of Try Something it brings me to the start choice

(Should I let her see my dresses and give her a little show??)

choice
“Yes”{
}
“Nah I want it to be a secret”{
}

The label still there and the goto?

Yes but I can’t put it on the top of the dialog because that is what keeps making it do that and can’t put underneath the choice because i get a error

1 Like

I can just make a template if you want.

that will be helpful

1 Like

It would have to be later though since I’m not on my computer, I’m on mobile. You could try the dialogue before the choice though if you haven’t tried that yet.

Or go here.

JADE (think)
(Should I let her see my dresses and give her a little show??)

choice
“Yes”{

    JADE (talk_happy_smile)
So this is what I bought.

label choosing_outfit

choice
“Red Hottie”{

@JADE exits right

@JADE changes into JADE_sexy_1

}
“Black Beauty”{

@JADE exits right

@JADE changes into JADE_sexy_2

}
“White Sassy”{

@JADE exits right

@JADE changes into JADE_sexy_3

}

@JADE enters from right to screen center

@JADE faces right

@JADE is dance_drop_it

@pause for a beat

@pause for a beat

@SARAH is admire

    SARAH (talk_flirt)
Wow such a hottie!!!

    

    JADE (primp)
(Should I wear this for tonight??)

choice
“Hell Yes!!”{

    JADE (talk_primp_condescend)
I always look amazing!!

}
“Try Something Else On”{
goto choosing_outfit

}

}
“Nah I want it to be a secret”{

    SARAH (talk_handsonhips)
Ok miss secret

@JADE is laugh_chuckle

}

So I want my character to show 3 dresses to her friend and when I give the player the option to choose the dress or try another one but once you click the try another dress option it brings you to the

JADE (think)
(Should I let her see my dresses and give her a little show??)

choice
“Yes”{
}
“Nah I want to keep it a secret”{
}

so ig the problem is where to put the label