SCRIPT ERRORS you just can't seem to fix!

Just like the error message is telling you, that animation is not available for RYAN.

kiss_smooch is only available for females. The male animation is called kiss_smooch_rear

one more question but how d I get them to face the same way when they kiss

A character that does a rear animation needs to face the opposite way of the direction you want them to face. So if you want your character to face left while being rear, then you need to make them face right.

💋 HOW TO: Hug and Kiss (Ink & LL)

1 Like

thanks since you helped so quick you might hear more from me

I made some clothing choices so here it is:
label choice_outfits1

GRACE (think)



choice
“Gonna get laid”{
@GRACE is dustoff_loop
@GRACE changes into GRACE_PARTY
@GRACE is shiftweight
@pause for a beat
@pause for a beat

}“Bling bling bish”{
@GRACE is dustoff_loop
@GRACE changes into GRACE_PARTY2
@GRACE is shiftweight
@pause for a beat
@pause for a beat

}“Kylie Jenner who?”{
@GRACE is dustoff_loop
@GRACE changes into GRACE_PARTY3
@GRACE is shiftweight
@pause for a beat
@pause for a beat
}

GRACE (talk_think)
Should i wear this?

choice
“SLAY IT BITCH”{
@GRACE is strike_a_pose
sound whistle_flirt
@zoom on 478 0 to 219% in 0
@zoom on 484 333 to 219% in 3
sound off
@zoom reset
GRACE (idle_happy)
(Party time.)
@GRACE exits left

}“CHANGE IT GURL”{
GRACE (disappointed)
Yeah no.

goto choice_outfits1

}
@pause for a beat

And here is the remembering choices on the next scene:
if (choice_outfits1 is “Gonna get laid”) {
@GRACE changes into GRACE_PARTY

} elif (choice_outfits1 is “Bling bling bish”) {
@GRACE changes into GRACE_PARTY2

} else {
@GRACE changes into GRACE_PARTY3
}

but in this scene, the clothes become option 3 even though i pick option 1. Could you help me?

You’re using the label for the if/elif, which is not correct. You are suppose to name your choice and use the choice name for the if/else

Oh i get now, Thank you :smile:

Help!!!

@ Dara.Amarie

image
image

Remove the word “at”

1 Like

“exits left” or “exits right”. There should be no “screen”

@CHARACTER exits left

1 Like

Hello again Dara. or your character customization template, I can’t seem to figure out why it’s giving me an error message. This is what I have in my script

@SIENNA spot 2.400 170 -520 and SIENNA faces right and SIENNA starts idle

    NARRATOR (BRE)
What does Sienna look like?

@SIENNA spot 2.400 170 -520 and SIENNA faces right and SIENNA starts idle

choice
“Hair” {
goto femlcc_hair_x
} “Eyes” {
goto femlcc_eyes_x
} “Eyebrows” {
goto femlcc_brows_x
} “Face Shape”{
goto femlcc_face_x
} “Nose” {
goto femlcc_nose_x
} “Mouth” {
goto femlcc_mouth_x
} “This is perfect!” {
goto femlcc_x_end
}

EXT. DESERT VIEW - SUNRISE
@NINA enters from side to position
@NINA enters from right to screen right
@YEYA enters from side to position
@YEYA enters from left to screen left
@NINA (talk_greet)
Hey i’m NINA

The error said it expected a character change can you please tell me how to fix it.

Hey Dana, in the last episode of my story i’ve let the readers choose them outfits and for the next episode I wanted the script to have the MC put the chosen outfit back in the previous episode but, there is this error “unexpected block_begin” that i can’t fix, here it is.

if (weareptwo is “PASTCHOICE”){

@MC changes into OUTFIT

} elif {

@MC changes into OUTFIT2

} else {

@MC changes into OUTFIT3

}

Can you please help me?

What is the error message you’re getting?

Remove the @ sign from your character’s name. You do not need the @ sign when you have dialogue.

You need to have something next to the elif just like the if

Please read this guide: DARA’S GUIDE: Remember Choices with if/elif/else

tysm
I did what you’ve told me to do but there is another error script and it says: Unexpected expression: did you leave out the word “choice” or forget to put a character name in all caps.
That’s what i did

if (weareptwo is “PASTCHOICE”) {

@MC changes into OUTFIT

} else (weareptwo is “PASTCHOICE1”) {

@MC changes into OUTFIT

}elif (weareptwo is “PASTCHOICE2”) {

@MC changes into OUTFIT

}

Sorry for bothering you but please help me

btw: i went to the guide How to remember past choices but, there is always errors in my script again and again

thanks!! it’s finaly working