Skip to content

Instantly share code, notes, and snippets.

@makiharukawa
Created September 24, 2019 03:30
Show Gist options
  • Save makiharukawa/8eeb7f573f4265175a72e90deee53852 to your computer and use it in GitHub Desktop.
Save makiharukawa/8eeb7f573f4265175a72e90deee53852 to your computer and use it in GitHub Desktop.
Tree Love script for errors
define t = Character('Tree-chan', color="#1e7d26")
define m = Character('Me', color="#2b71b3")
default love = False
label start:
scene bg hallway one
m "I haven't been able to confess my feelings to Tree-chan for a long time.."
m "Today is the day! I'll confess my love to her."
show treesprite
m "Tree-chan is a mystery of magic and science. She was once a great oak tree."
m "One day, she wandered out of the forest in the form of a young child."
m "She grew up raised by humans, and is now seemingly a normal high school girl, and my childhood friend."
show treesprite half
with fade
t "Helloooo! Are you there? You've always been such a daydreamer, geez."
m "Haha, sorry.. I was just thinking about some stuff, don't worry."
t "What kind of stuff? I wonder what goes on in that brain of yours sometimes."
menu:
"Just about how cute you are."
jump embarassed
"Nothing much, just school stuff."
jump doubt
label embarassed:
t "D-don't say those kinds of things! Jeez..what did that even mean?"
menu:
"Haha, just a joke."
jump ok
"Tell her about your feelings."
jump rejected
label rejected:
$ love = True
t "Uhm... you're a good friend..but thats just not the way I feel about you.."
t "I'm really sorry. Either way, could I borrow a pen? The teacher only had pencils, and those just make me sad."
label ok:
"Well..ok then!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment