Need some help with the Choises

Hey everyone.

I’m new here and I have problems with the Choises… Well it’s that:
I want to make a choise like that:

My Character can choose if she’ll join someone or if she’ll go home.
My Problem is i don’t know how to make this…

How can I make it if the choice ‘Join them’ choosen that my Character go to the place were the others are? And if they choose ‘Go Home’ how I make this?

This is what you can do.

DIALOGUE

choice
“Join them” {
[Type the code you have for this section here]
}
“Go home” {
[Type the code you have for this section here]
}

You can always read the guides on the portal too, they are really helpful.

1 Like

Thanks for the answer but that’s the Problem…

I tried it that way:
choice ‘‘Join them’’ { EXT. ISLAND BEACH - DAY FLIPPED and then i start the story that happend there. The same with the option ‘‘Go Home’’ but if I do that ('cause this are two different stories) and i’ll save this it doesn’t work… Is anything wrong or I’m really to stupid for it?

Show me the script i might help you

1 Like

is the script like this “join them” {

EXT. ISLAND BEACH - DAY FLIPPED

}

or “Join them” {EXT. ISLAND BEACH - DAY FLIPPED
}

I deleted it but here’s an example but i don’t write the animations too… that tooks to long:

Jay
Hey, saw you both standing there do you want to join us?

Tina
(shall we join them?)

choise “Join them” {
Tina
Yes, we’ll like to join you.

Jay
Okay, lets go. Ladies first

EXT. ISLAND BEACH - DAY FLIPPED

Tina
Hello everybody… and the following story i would write if they join them at last if the story is over @JAY exits right
@TINA exits left

And than the other choice “Go home” {
Tina
No, I’ll think it’s better if we’ll go home
Jay
Okay, have a nice day.

And the same… I put the Background in there wrote the story and if i want to save there’s an error

you wrote “choises” instead of choice

1 Like

I forget after i write it like that
@JAY exits right
@TINA exits left }

and the the second choice…

Yeah, sorry… I’m from germany and sometimes a have problems… I write the words like they would sounds in germany… I actually write it the right way also: choice “Join them”
{…

You should write:

JAY
Hey, saw you both standing there, do you want to join us?

TINA
(Shall we join them?)

choice
“Join them”{
goto join_them
}“Go home”{
goto go_home
}

label join_them

TINA
Yes, we’ll like to join you.

JAY
Okay, lets go. Ladies first

EXT. ISLAND BEACH - DAY FLIPPED

TINA
Hello everybody… and the following story i would write if they join them at last if the story is over

@JAY exits right
@TINA exits left

#After the join them scene

goto continue1

label go_home

TINA
No, I’ll think it’s better if we’ll go home

JAY
Okay, have a nice day.

#At home
goto continue2


But that’s only what I prefer to do though :thinking:
Notes: Make sure to capitalize the character names when adding dialogue.

2 Likes

Ah okay… I’m so stupid… Thank you so much…

I tried so many ways but i don’t understand the ‘goto’ and ‘label’ thing… Thought the only thing I have to do is to write:

TINA
(Shall we join them?)

choice “Join them”{
TINA
Yes, we’ll like to join you.

JAY
Okay, lets go. Ladies first.

goto EXT. ISLAND BEACH - DAY FLIPPED

and than I can write the story there…

Oh man, really thanks you a lot for your help. You’re my hero :slight_smile:

Label - A way for a reader to jump into a scene, the label is the actual scene {This won’t work if you don’t add a goto}
Goto - A way for a reader to jump into a scene {This won’t work if you don’t have a label}

You should go check out his videos to understand more about coding:

His videos help a lot when I was a new user! You can also check out threads by our wonderful users, helpful threads are here:


No problem, glad I could help! If this is solved, you should ask @Sydney_H or @Nick to close the thread.

1 Like

Thank you i thought it’s solved

And thank you for your Tips :blush:

Have I only to tag them here like you or how can I make this?

Sorry for asking :confused:

I mean how can I ask one of them to close the tread?

Only tag them with a @ and their Name and say that they could closed it cause you solved the problem or have I to write them in another way?

Okay thanks a lot :relaxed:

@Sydney_H @Nick This problem is solved can you please close the thread? Thank you :slight_smile:

Closed: Thread marked as solved by op @Jahi Thanks :v: