I need help episode: else error I need help ARGHHHHHHHHH

I need help. I have this coding error and i can’t seem to fix it
@Dara.Amarie @Vividly
This is the error





1 Like

else needs to be by itself.

NEW PROBLEM





5

I’m a little bit confused

You can’t have else (TeamCarson)

You just put else

oh alright :sweat_smile:

1 Like

There you go, glad you understand now, I was just about to elaborate but @/Baleigh_episode beat me to it :slightly_smiling_face:

Thank you very much for your help:grinning:

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :wink:

I also have this code that i don’t know why isnt working?
Can someone explain?

@DAREN enters from left to spot 0.723 158 353 in zone 3 and DAREN is walk_talk_phone_neutral_loop

Try:
@DAREN spot 0.723 -100 353 then DAREN walks to spot 0.723 158 353 in zone 3 AND DAREN is walk_talk_phone_neutral_loop

Thank you for the help

1 Like

Hello there
I have yet another problem
IT says that
Your label may not contain a space
Can someone help me?
label outfit

    ONE (think_rubchin)
What should I wear?

choice
“Silky black dress with spiral shoes” {

@ONE changes into ONE_Prom_dress
@pause for a beat

goto yes or nah
}
“Blue fairy” {
@ONE changes into ONE_prom_dress_2
@pause for a beat

goto yes or nah
}
“shining star” {
@ONE changes into date_outfit

@pause for a beat

goto yes or nah
}

label yes or nah

    NARRATOR
Is this what you wanna wear?

choice
“yes” {
@ONE is selfie_phone
goto done
}
“No, I look UGLY” {
ONE
‘I’m Ugly, WTF’

goto outfit
}

label done

@ONE exits left and ONE is walk_runway_loop

    NARRATOR
Is this what you wanna wear?

choice
“yes” {
@ONE is selfie_phone
goto done
}
“No, I look UGLY” {
ONE
‘I’m Ugly, WTF’

goto outfit
}

label done

@ONE exits left and ONE is walk_runway_loop

You can’t have spaces in labels.
Try using this instead :
label yes_or_nah
Because you can’t have labels with spaces as it gives you an error. So the best option is using underscores.

The label “done” is fine because it doesn’t include spaces.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.