How to remember choices further!

Hey everyone i am Stella Andre and i have a simplest way to teach you how to remember choices further!!
But before i have seen a lot of people having struggling in spot directing they want to do spot directing in computer but they don’t know how to it’s easy when you will go on the top where preview is written not the colored yellow box one the text one at corner there is the option of “Track script” click on it and you will get all these options : -

So now let’s get to the remembering choice very easy method for eg this is your choice : -

Which dress you want to wear??
choice
“Cupcake dress!!” {
}
“Kitty dress!!” {
}

To remember choices further you will have to add label after choice for example : -

Which dress you want to wear??
choice (dress_change1)
“Cupcake dress!” {
}
“Kitty dress!!” {
}

Here i have added dress_change1 you can add any of them!!!
Next to remember the choice in the next episode or later on you will have to use this coding : -

if (dress_change1 is “Cupcake dress!!”) {

@FIRSTNAME changes into FIRSTNAME_cupcake

}elif (dress_change is “Kitty dress!!”) {

@FIRSTNAME changes into FIRSTNAME_kitty

}

Here we have written elif instead of else because “el” means else and “if” means if…
That’s how we do it i hope it helped you
Thank You!!!

1 Like