- Feb 16, 2024
- 1,710
- 2,782
- 369
But even then it'd be completely unnecessary to sayIf you mean changing the second "if" with something likeif branchMayaJosy and SomeVar:, then justif SomeVar:would be enough, since inside that blockif branchMayaJosy and SomeVar:would beif True and SomeVar:
Code:
if branchMayaJosy and someVar:
Code:
if someVar:
He coded it while he was high, I do shit like this sometimes tooOkay... there is some bad coding (besides the one I've heard about in the beginning of season 3 and apologizing to JB) that makes it currently impossible to get 100% of the dialogue if I read it correctly:
How are we supposed to get the "About Maya or something else" if it's in the "If branchMayaJosy" parameter?Code:if branchMayaJosy: js "No, you have enough on your plate, with your dad and all." scene ep11_fr_deco_josy_event5 with dissolve mc "*{i}Sigh{/i}* Yeah..." scene ep11_fr_deco_josy_event6 with dissolve js "Sorry, I shouldn't have brought it up. You probably weren't even thinking about it now." scene ep11_fr_deco_josy_event5 with dissolve mc "No, I wasn't, but it's cool." scene ep11_fr_deco_josy_event13 with dissolve js "You don't have to pretend that it's cool, [name]. Sometimes, things just aren't. And that's perfectly fine." js "You're allowed to feel down." scene ep11_fr_deco_josy_event14 with dissolve mc "Thanks, Josy. I do feel down. But I'm trying to move past it." scene ep11_fr_deco_josy_event13 with dissolve js "And I get why you feel down. It's ok." js "About the stuff going on in my head... We'll save it for another time. I've been doing some soul-searching lately." scene ep11_fr_deco_josy_event14 with dissolve if branchMayaJosy: mc "About what?" else: mc "About Maya or something else?"