OK, first of all, you’re going to need to rename the character CUTE AND CASUAL (so create a new character, since script name can’t be changed). Script names can’t have the word AND in them because the script confuses it for a command.
what about the labels?
You can’t have labels inside of choices or an if/elif/else statement. Instead you need to use gotos that lead to labels outside of these.
so how do i fix the labels? inside of the choices and a if/elif/else
Here you go:
You’ll need to use gotos that lead to the labels outside of the brackets. And then you can include a label at the end that leads to a goto which merges back with the main storyline.
AND I keep seeing this
if (Go or not go is “Go to club and get a new outfit and cheered up!”) {
@zoom on 386 461 to 152% in 0
STARR (talk_shrug_neutral)
What the hell lets go!
&zoom reset
@STARR walks to spot 0.634 -41 328 AND STARR is run_athletic_neutral_loop
@BERLINDA walks to spot 0.959 -45 145
@GINA walks to spot 0.959 -63 148
music juvie_seedy
@transition fade out black 5.5
INT. FASHION BOUTIQUE OL - DAY
} else {
Read this:
And check out this: HOW TO: Remember Past Choices (if/elif/else)
You have:
Go or not go
which contains spaces and you can’t have that so you’ll need to fix it by doing something like this:
Go_or_not_go
Also, for this:
you need a }
Here you go:
}else{
}
And on top of that you can’t end with a background.
You can do something like write @pause for 0 under it or remove it completely if you don’t need it or add it in later when you have a scene under it.
okay
i still have it and its giving me the error still
} else {
if (Go_or_not_go is “Go to club and get a new outfit and cheered up!”) {
@zoom on 386 461 to 152% in 0
STARR (talk_shrug_neutral)
What the hell lets go!
&zoom reset
@STARR walks to spot 0.634 -41 328 AND STARR is run_athletic_neutral_loop
@BERLINDA walks to spot 0.959 -45 145
@GINA walks to spot 0.959 -63 148
music juvie_seedy
@transition fade out black 5.5
} else {
}
Remove the bolded part.
So, remove }else{
i did its still giving me this ;(
if (Go_or_not_go is “Go to club and get a new outfit and cheered up!”) {
@zoom on 386 461 to 152% in 0
STARR (talk_shrug_neutral)
What the hell lets go!
&zoom reset
@STARR walks to spot 0.634 -41 328 AND STARR is run_athletic_neutral_loop
@BERLINDA walks to spot 0.959 -45 145
@GINA walks to spot 0.959 -63 148
music juvie_seedy
@transition fade out black 5.5
INT. FASHION BOUTIQUE OL - DAY
}else{
}
Remove this background.
o_O got it thx
NP
how do i add a background to if/elif/else
You need to have something underneath, like a scene. You can’t end on a background only.
kk
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.