pixequil / oso-game-1

Taking the OSO game's first chapter to the finish line!
MIT License
5 stars 5 forks source link

posty finally arrives with the butterfly package #284

Closed pixequil closed 7 months ago

pixequil commented 1 year ago
label .cb_give:
    scene bg dome
    show posty neutral
    show cb
    p "_" # posty finally arrives with the butterfly package
    cb "_"
    show butterfly_package
    "You handed over the {b}Butterfly Package{/b}!"
    $ item.butterfly_package = False
    $ win_flag = True
    hide butterfly_package
    cb "_" # crayon box has to go start the challenge
    hide cb with moveoutright
    show posty astonished before
    cb "Gather 'round, contestants! The fourth challenge is about to start!"
    cb "I had the contents of today's challenge{nw}"
    show posty astonished anim
    cb "I had the contents of today's challenge{fast} specially delivered!"
    p "_" # posty is freaking out. crayon box is talking about ME???
    "You successfully finished your work for today!"
    p "_" # posty says something that could imply she wants to take a break in the park
    jump dome
CONKINGTON commented 1 year ago

cb: "I had the contents of today's challenge specially delivered!" p: "Glad to be of service!" p: omg is that crayon box?! wait, no way she is talking about me! wooooah that is so cool... cb: "You seem rather happy about this!" p: "Well I have been a massive fan of your hosting work, you are a legend!" cb: "Thank you for the support, it has been a blast doing this!" cb: "Anyway I can't stay long to chat, but see you later!" p: "Bye!" "You have successfully completed your work for today!" p: "Well, I am very conked out after all that happened today!" P: "Perhaps some new scenery would help..."

pixequil commented 1 year ago

the prewritten crayon box dialogue in the sample was taken directly from the episode; it shouldn't be repeated in their interaction

f4nimator commented 7 months ago
label .cb_give: #284
    scene bg dome
    show posty neutral
    show cb
    p happy "Phew! Here you go ma'am!"
    cb "Thank you so much!"
    show butterfly_package
    "You handed over the {b}Butterfly Package{/b}!"
    $ item.butterfly_package = False
    $ win_flag = True
    hide butterfly_package
    cb "Just in time! I'll need to go now."
    hide cb with moveoutright
    show posty astonished before
    cb "Gather 'round, contestants! The fourth challenge is about to start!"
    cb "I had the contents of today's challenge"
    show posty astonished anim
    cb "I had the contents of today's challenge{fast} {i}specially{/i}{w=0.3} delivered!"
    p astonished "Oh my god!! Crayon Box is talking about {i}ME{/i}?!? This is a dream come true!!"
    "You successfully finished your work for today!"
    p happy "Gosh!! I'm so tired from that! Perhaps some new scenery would help..."
    jump dome