If/else troubles - I need help!

This isn’t nessecary anymore! i figured it out!
Hey people!
I’m having troubles with the if/else thing…
I don’t get an error but something just doesn’t works.
Can somebody say what i’m doing wrong?
The choice name is TestFight and the two choices are:
“Showtime” and
“Let your sister do it”
I want that if the reader picked “showtime” before, she’ll get to see the if scene, and if she picked “let your sister do it”, she’ll see the else scene. But if i preview now and i pick the second choice, i get to see the if scene?? Help please!

Here’s the code:
EXT. JUVIE POOL HOUSE INTERIOR - DAY
music music_happygolucky
@YOU spot 0.569 260 423 AND YOU faces left AND TWIN spot 0.891 55 293 AND TWIN faces right
@YOU is idle_sit_neutral_loop AND TWIN is idle_sit_neutral_loop

if (TestFight = “Showtime”){

    TWIN (talk_sit_reassure_happy)
Did you feel abs wile you were hitting him?

@YOU is react_sit_confused

    YOU (talk_sit_doubtful)
What the heck are you talking about?!

    TWIN (talk_sit_coy)
Well, you know...
That masked stranger, Carter...

    YOU (talk_sit_deny_neutral)
Oh my gosh, (TWINNAME), why would i think of that while fighting?!

    TWIN (talk_sit_shrug_neutral)
Well he just looked kinda hot...
    TWIN (talk_sit_armscrossed_neutral_loop)
I was just wondering...

} else {
TWIN (talk_sit_neutral_loop)
You know…
TWIN (talk_sit_doubtful)
I’m wondering why you didn’t do anything…

    YOU (talk_sit_shrug_neutral)
When?

    TWIN (talk_sit_armscrossed_neutral_loop)
The test, what else...

@TWIN is idle_sit_armcrossed_unimpressed_loop

    YOU (talk_sit_deny_neutral)
Wow girl, you're pissed.
    YOU (talk_sit_shrug_neutral)
I just flipped...

}
@TWIN is idle_sit_neutral_loop
@YOU is react_sit_checkphone_bored
@pause for a beat
@YOU is react_sit_confused

Hopefully somebody can help me.

sorry i don’t really know but if you have problems with choices or just in general you should look at the yt acc: Joseph evans he makes amazing tutorials

I know him, didn’t think on it. Thanks for the tip!

no problem :slight_smile:

Instead of this, I would write:
if (TestFight is “Showtime”)

But honestly, I don’t know if using “is” or “=” makes any different. :,D With “is” it works for me for sure.

I already fixed it.
I forgot placing the flags and i made a mistake in the ‘if’ scene, but thanks anyway!

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