Hi guys! Its me again, I have a question regarding complex choices now, I have a very complex choice that has three minor choices included by it doesnt seem to be working, because my goal is to guide that timed decision according to a previous gold decision, can you guide me how to make it right? one of the mistakes that is jumping right now is the part
}else{ but there are other problems too.
this is the script now
choice
“Yes, or else later she will hate you”{
ROSELLA (talk_agree_happy)
You are totally right
@ROSELLA +2
gain choose_yes
} “No, wait until she is able to think better”{
ROSELLA (talk_awkward_loop)
Okay if you say so
@ROSELLA -1
gain chose_no
}
this is the gold choice
And this is how the complex choice looks now. My goal is that my timed choice consist of three options:
Run
Dont do anything because you are angry
freeze
But between them I need to put at least 4 additional choices that I am not sure how to write properly so if you could help me it will be truly appreciated it!
NARRATOR
MINI-GAME-ISH TIME!! THE INSTRUCTIONS ARE AS FOLLOW
NARRATOR
IF YOU CHOOSE AND CHOSE CORRECTLY BEFORE YOU WILL MEET SOMEONE IMPORTANT TO THE STORY, AND WILL IMPACT HOW SHE TREATES YOU
choice [timed]
“We need to lose them between the trees”{
NARRATOR
THEY ARE OVER THERE, DONT LET THEM ESCAPE
if (choose_yes){
NAME (react_startled_surprised)
Let´s keep running
goto forest_trees
}
}“No I am angry to do anything”{
EXT. ELECTRIC TRAP FIRE - NIGHT
@ROSELLA enters from left to screen center AND ROSELLA does it while walk_exhausted_loop
@LENA enters from left to screen right AND LENA does it while walk_exhausted_loop
@NAME enters from left to screen left AND NAME does it while walk_exhausted_loop
@ROSELLA faces left
@LENA faces left
}else{
NARRATOR
THEY ARE NEAR, WE CAN CATCH THEM
NAME (react_angry_shakefists)
I am not going to move, until you tell me what´s going on
LENA (scream_angry)
Enough, stop being a child and move
LENA (talk_angry)
Or stay here and kill us three
NAME (talk_angry)
Fine
NARRATOR
I SEE THEM, RUN FASTER
@LENA exits right AND LENA does it while run_super_speed_loop
ROSELLA (talk_sad)
I am sorry (NAME), This is not how I wanted to go
ROSELLA (talk_sad)
But I will protect you, leave now I will try to give you some time
NAME (cry_sniff_sad_loop)
I am so, so, sorry auntie
ROSELLA (talk_afraid)
You can do it, I believe in you sweety
ROSELLA (idle_sad_timid_loop)
I am sorry for lying to you
}
} “Freeze, you don´t know what to do”{
NAME (idle_terrified_loop)
What can we do?
ROSELLA (idle_terrified_loop)
I am lost I dont know where the Sanctuary is
LENA (scream_angry)
Snap it we need to go
NARRATOR
THEY ARE NEAR, CATCH THEM!
}