Hiya,
I hate to bother anyone that see’s this, but I need some help.
I tried creating it myself but I kinda got trapped in an endless loop kinda thing where it won’t go to the next scene/show the next sentences etc.
I’ve attached the script below so you can see if I’ve gone wrong anywhere.
Script
INT. CUTE BEDROOM GIRL - NIGHT
@zoom reset
@cut to zone 2
readerMessage You can take 5 items with you when you leave. with messageTitle |color:red| Note:
@pause for 0.4
readerMessage What you choose will affect your journey to find Adrianna! |bold|Choose wisely with messageTitle |color:red| Note:
@pause for 0.4
readerMessage Tap on the boxes and moves around the screen to find them. with messageTitle |color:red| How to play
label replay_1
@SCARLET =0
@KNIFE =0
@TENT =0
@DIARY =0
@SCLOTHES =0
@LIGHTER =0
@COAT =0
@TOILETRIES =0
@HAIRBRUSH =0
label tap_minigame_1
@overlay CASE TRUNK 1 create
&overlay CASE TRUNK 2 create from CASE TRUNK 1
&overlay CASE TRUNK 3 create from CASE TRUNK 1
&overlay CASE TRUNK 4 create from CASE TRUNK 1
&overlay CASE TRUNK 5 create from CASE TRUNK 1
&overlay CASE TRUNK 6 create from CASE TRUNK 1
&overlay CASE TRUNK 7 create from CASE TRUNK 1
&overlay CASE TRUNK 1 shifts to 171 49 in zone 1 AND overlay CASE TRUNK 1 scales to 0.447 0.447
&overlay CASE TRUNK 1 moves to layer 1
&overlay CASE TRUNK 1 opacity 1 in 0
&overlay CASE TRUNK 2 shifts to 152 108 in zone 3 AND overlay CASE TRUNK 2 scales to 0.342 0.342
&overlay CASE TRUNK 2 moves to layer 1
&overlay CASE TRUNK 2 opacity 1 in 0
&overlay CASE TRUNK 3 shifts to 251 156 in zone 2 AND overlay CASE TRUNK 3 scales to 0.311 0.311
&overlay CASE TRUNK 3 moves to layer 1
&overlay CASE TRUNK 3 opacity 1 in 0
&overlay CASE TRUNK 4 shifts to 69 182 in zone 2 AND overlay CASE TRUNK 4 scales to 0.242 0.242
&overlay CASE TRUNK 4 moves to layer 1
&overlay CASE TRUNK 4 opacity 1 in 0
&overlay CASE TRUNK 5 shifts to 248 271 in zone 2 AND overlay CASE TRUNK 5 scales to 0.198 0.198
&overlay CASE TRUNK 5 moves to layer 1
&overlay CASE TRUNK 5 opacity 1 in 0
&overlay CASE TRUNK 6 shifts to -8 90 in zone 1 AND overlay CASE TRUNK 6 scales to 0.428 0.428
&overlay CASE TRUNK 6 moves to layer 1
&overlay CASE TRUNK 6 opacity 1 in 0
&overlay CASE TRUNK 7 shifts to 156 225 in zone 1 AND overlay CASE TRUNK 7 scales to 0.320 0.320
&overlay CASE TRUNK 7 moves to layer 1
&overlay CASE TRUNK 7 opacity 1 in 0
&overlay COAT ON FLOOR create
&overlay COAT ON FLOOR shifts to 44 10 in zone 2 AND overlay COAT ON FLOOR scales to 0.774 0.774
&overlay COAT ON FLOOR moves to layer 1
&overlay COAT ON FLOOR opacity 1 in 0
&speechbubble reset
tappable [pan:1:3]
“CASE TRUNK 1”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found a knife. Would you like to take it with you?
choice
“Yes”{
@KNIFE +1
@SCARLET +1
readerMessage You took a Knife. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 2”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found Adrianna's Diary. Would you like to take it with you?
choice
“Yes”{
@DIARY +1
@SCARLET +1
readerMessage You took Adrianna’s Diary. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 3”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found a Hairbrush. Would you like to take it with you?
choice
“Yes”{
@HAIRBRUSH +1
@SCARLET +1
readerMessage You took a Hairbrush. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 4”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found a lighter. Would you like to take it with you?
choice
“Yes”{
@LIGHTER +1
@SCARLET +1
readerMessage You took a Lighter. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 5”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found Spare Clothes. Would you like to take them with you?
choice
“Yes”{
@SCLOTHES +1
@SCARLET +1
readerMessage You took Spare Clothes. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 6”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found a tent. Would you like to take it with you?
choice
“Yes”{
@TENT +1
@SCARLET +1
readerMessage You took a tent. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“CASE TRUNK 7”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found toiletries. Would you like to take them with you?
choice
“Yes”{
@TOILETRIES +1
@SCARLET +1
readerMessage You took toiletries. with messageTitle New Item!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
“COAT ON FLOOR”{
@overlay CASE TRUNK 1 clear
@overlay CASE TRUNK 2 clear
@overlay CASE TRUNK 3 clear
@overlay CASE TRUNK 4 clear
@overlay CASE TRUNK 5 clear
@overlay CASE TRUNK 6 clear
@overlay CASE TRUNK 7 clear
@overlay COAT ON FLOOR clear
NARRATOR
You found a coat. Would you like to take it with you?
choice
“Yes”{
@COAT +1
@SCARLET +1
readerMessage You took a coat. with messageTitle New Title!
goto tap_minigame_1
}
“No”{
goto tap_minigame_1
}
}
if (SCARLET =5) {
goto epi_1_continue
}
elif (SCARLET >5) {
NARRATOR
You took more than |color:red| 5 items.|reset| Please try again...
goto replay_1
}
elif (SCARLET <5) {
NARRATOR
You took less than |color:red| 5 items. |reset| Please try again...
goto replay_1
}
label epi_1_continue
NARRATOR
Well done!
|italic| I hope you made the right choices.
@transition fade out black in 3
EXT. DOWNTOWN STREET LOOP - NIGHT
@transition fade out black in 1
&DIANA enters from right to screen left
Thank you in advance for any help.
If you’re able to help me out I’ll give credit
~Samantha