Anyone willing to help out please

i went thru it and fixed alot of i. figured out most that was wrong. but some of the swimsuits are still getting mixed up

i think cause i dont know if the coding is right

INT. MALL BOUTIQUE - DAY
@zoom reset
@MANNEQUIN3 spot 0.840 65 210 in zone 2 at layer -2 AND MANNEQUIN3 faces left
@MANNEQUIN4 spot 0.840 164 210 in zone 2 at layer -1 AND MANNEQUIN4 faces left
@MANNEQUIN5 spot 0.840 262 210 in zone 2 at layer 0 AND MANNEQUIN5 faces left
@MANNEQUIN3 starts idle_handsonhips_neutral_loop
@MANNEQUIN4 starts flirt_shy
@MANNEQUIN5 starts talk_gossip
@MANNEQUIN6 spot 0.840 65 210 in zone 3 at layer -2 AND MANNEQUIN6 faces left
@MANNEQUIN7 spot 0.840 164 210 in zone 3 at layer -1 AND MANNEQUIN7 faces left
@MANNEQUIN8 spot 0.840 262 210 in zone 3 at layer 0 AND MANNEQUIN8 faces left
@MANNEQUIN6 starts flirt_coy
@MANNEQUIN7 starts think_rubchin
@MANNEQUIN8 starts talk_flirt_charming
@SKYLAR enters from left to upscreen left
@pause for a beat
@CECILIA3 enters from left to screen left
@pause for a beat
@pan to zone 2
@pause for a beat
@pan to zone 3
@pause for a beat
@cut to zone 1
&speechbubble reset

    SKYLAR (talk_agree_happy)
Which one do you like the best?
    CECILIA3 (think_rubchin)
(Hmm...)
(Let's take a closer look.)

label swimsuit
@pan to zone 2
@zoom on 320 270 to 231% in 3

@pause for a beat

#1
NARRATOR
This one?
choice
“Next outfit -->”{
@zoom on 490 270 to 231% in 0.5
goto swimsuit1
}
“Choose swimsuit”{
@pause for a beat
@MANNEQUIN3 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

#2
label swimsuit1
@pause for a beat
NARRATOR
This one?
choice
“Next outfit -->”{
@zoom on 640 270 to 231% in 0.5
goto swimsuit2
}
“<-- Previous outfit”{
@zoom on 320 270 to 231% in 0.5
goto swimsuit
}
“Choose swimsuit”{
@MANNEQUIN4 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

#3
label swimsuit2
@pause for a beat
NARRATOR
This one?
choice
“Next outfit -->”{
@pan to zone 3 in 0.5
goto swimsuit3
}
“<-- Previous outfit”{
@zoom on 490 270 to 231% in 0.5
goto swimsuit1
}
“Choose swimsuit”{
@pause for a beat
@MANNEQUIN5 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

#4
label swimsuit3
@pause for a beat
NARRATOR
This one?
choice
“Next outfit -->”{
@zoom on 812 270 to 231% in 0.5
goto swimsuit4
}
“<-- Previous outfit”{
@pan to zone 2 in 0.5
goto swimsuit2
}
“Choose swimsuit”{
@pause for a beat
@MANNEQUIN6 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

#5
label swimsuit4
@pause for a beat
NARRATOR
This one?
choice
“Next outfit -->”{
@zoom on 960 270 to 231% in 0.5
goto swimsuit5
}
“<-- Previous outfit”{
@zoom on 640 270 to 231% in 0.5
goto swimsuit3
}
“Choose swimsuit”{
@pause for a beat
@MANNEQUIN7 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

#6
label swimsuit5
@pause for a beat
NARRATOR
This one?
choice
“<-- Previous outfit”{
@zoom on 812 270 to 231% in 0.5
goto swimsuit4
}
“Choose swimsuit”{
@pause for a beat
@MANNEQUIN8 +2
NARRATOR
This is my favorite.
@pause for a beat
goto swimsuit_choosen
}

label swimsuit_choosen
@cut to zone 1
@zoom reset
SKYLAR (talk_shrug_concerned)
Are you sure?

@CECILIA3 is think_rubchin

    CECILIA3
...

choice
“Yep, I’m sure”{
CECILIA3 (talk_agree_happy)
Yep, I’m sure.

if (MANNEQUIN3 >1){
gain swimsuit
}
elif (MANNEQUIN4 >1){
gain swimsuit1
}
elif (MANNEQUIN5 >1){
gain swimsuit2
}
elif (MANNEQUIN6 >1){
gain swimsuit3
}
elif (MANNEQUIN7 >1){
gain swimsuit4
}
else{
#elif (MANNEQUIN8 > 1){
gain swimsuit5
}

goto try_on_swimsuit
}
“Let me take another look”{
CECILIA3 (talk_unsure)
Let me take another look.

if (MANNEQUIN3 >1) {
@cut to zone 2
@zoom on 320 270 to 231% in 0
@pause for 2.0
}
elif (MANNEQUIN4 >1) {
@cut to zone 2
@zoom on 490 270 to 231% in 0
@pause for 2.0
}
elif (MANNEQUIN5 >1) {
@cut to zone 2
@zoom on 640 270 to 231% in 0
@pause for 2.0
}
elif (MANNEQUIN6 >1) {
@cut to zone 3
@zoom on 640 270 to 231% in 0
@pause for 2.0
}
elif (MANNEQUIN7 >1) {
@cut to zone 3
@zoom on 812 270 to 231% in 0
@pause for 2.0
}
elif (MANNEQUIN8 >1){
@cut to zone 3
@zoom on 960 270 to 231% in 0
@pause for 2.0
}
else{
#elif (MANNEQUIN8 > 1){
@cut to zone 3
@zoom on 960 270 to 231% in 0
@pause for 2.0
}

}
@pause for a beat
@cut to zone 1
@zoom reset
@speechbubble is 163 335 to 100% with tail_top_left
SKYLAR (talk_doubtful)
Well, is it the one you want?
choice
“Yes”{
@speechbubble reset

if (MANNEQUIN3 >1){
gain swimsuit
}
elif (MANNEQUIN4 >1){
gain swimsuit1
}
elif (MANNEQUIN5 >1){
gain swimsuit2
}
elif (MANNEQUIN6 >1){
gain swimsuit3
}
elif (MANNEQUIN7 >1){
gain swimsuit4
}
else{
#elif (MANNEQUIN8 > 1){
gain swimsuit5
}

goto try_on_swimsuit
}
“Nah, let me pick another.”{

if (MANNEQUIN3 >1){
@pause for a beat
@MANNEQUIN3 =0
@pause for a beat
}
elif (MANNEQUIN4 >1){
@pause for a beat
@MANNEQUIN4 =0
@pause for a beat
}
elif (MANNEQUIN5 >1){
@pause for a beat
@MANNEQUIN5 =0
@pause for a beat
}
elif (MANNEQUIN6 >1){
@pause for a beat
@MANNEQUIN6 =0
@pause for a beat
}
elif (MANNEQUIN7 >1){
@pause for a beat
@MANNEQUIN7 =0
@pause for a beat
}
else{
#elif (MANNEQUIN8 > 1){
@pause for a beat
@MANNEQUIN8 =0
@pause for a beat
}

@speechbubble reset
goto swimsuit
}

label try_on_swimsuit
@cut to zone 1
@zoom reset
CECILIA3 (talk_handsonhips_neutral)
I’m gonna get changed into it right now.
@CECILIA3 exits right
@transition fade out black 1

INT. BLACK - NIGHT
@pause for a beat

INT. MALL BOUTIQUE - DAY
@SKYLAR stands upscreen left in zone 1 AND SKYLAR faces right
@transition fade in black 1
@CECILIA3 stands screen center in zone 2
if (swimsuit){
@CECILIA3 changes into swimsuit
}elif (swimsuit1){
@CECILIA3 changes into swimsuit1
}elif (swimsuit2){
@CECILIA3 changes into swimsuit2
}elif (swimsuit3){
@CECILIA3 changes into swimsuit3
}elif (swimsuit4){
@CECILIA3 changes into swimsuit4
}elif (swimsuit5){
@CECILIA3 changes into swimsuit5
}

@CECILIA3 enters from right to screen right

@CECILIA3 is flirt_wink_happy

swimsuit
swimsuit1
swimsuit2
swimsuit3
swimsuit4
swimsuit5
swimsuit6






ok so this messed up with a lot of people

This is not that template at all… You did so many things wrong, what specific errors did you get?

Well no one has it. Someone helped me and made it. Then I worked by myself. There’s no errors. Some swimsuits don’t match up.

You have a link in the bottom :expressionless::expressionless::expressionless:

If it’s not the right template then why is it there?

The guy who made it said so if you aren’t here to help then please don’t comment. I get emails when someone replies and I think you are here to help

You should just use the template from that site, exactly how it is without modifying it. You won’t get any errors and it will work perfectly.

Nope it didn’t work for me. That’s for ink and I’m not using ink

That template can work with any style, you just need to change the animations to Limelight animations.

I did and gave me errors then someone helped me that’s why I post it here. So telling me isn’t helping me I already did all that

That’s funny, because I literally just tested it right now and it is working absolutely perfectly with no errors at all, and all I did was change the animations. Also, I don’t think anyone would be willing to help you if you continue to give an attitude to everyone.

1 Like

There’s no attitude. It works but when you add your own outfits etc it gave me errors same to the other person and she tried to fix it so many times

What do u mean?

i just sent someone a video and ill post it if she cant figure it out
to see if thats makes more sense since i think no one gets what im sayin g

After the choices you have to put gain with the label of the outfit choice.

“Yep, I’m sure”{
CECILIA3 (talk_agree_happy)
Yep, I’m sure.

if (MANNEQUIN3 >1){
gain swimsuit
}
elif (MANNEQUIN4 >1){
gain swimsuit1
}
elif (MANNEQUIN5 >1){
gain swimsuit2
}
elif (MANNEQUIN6 >1){
gain swimsuit3
}
elif (MANNEQUIN7 >1){
gain swimsuit4
}
else{
#elif (MANNEQUIN8 > 1){
gain swimsuit5
}

this part has gain

@RYAN close please

finally figured it out!!! yay by myself!!! :heart_eyes:

Good job! Way to self-help

2 Likes

Glad this got resolved! Closing :v:t2: