Skip to content

Instantly share code, notes, and snippets.

@bobobo1618
Created June 30, 2013 11:02
Show Gist options
  • Save bobobo1618/5894758 to your computer and use it in GitHub Desktop.
Save bobobo1618/5894758 to your computer and use it in GitHub Desktop.
scene, {src:"demo/bgcity01.jpg"},
actor, {id:"Vina", sprite:["v-city", "demo/vina02.png"]},
actor, {id:"Vina", remove:"v-forest"},
text, {append:false, value:"Six months later..."},
box, {pos:"bottom", back:"dim", show:false},
overlay, {show:false, effect:"fade"},
audio, {bgs:"demo/streets01"},
audio, {se:"demo/streets02", delay:7},
text, "That's when I finally caught up with her in the City. (Editor's note: Aren't we using too much generic names \
here like Town, Forest, Moon, City?)",
text, "Or rather, that's when she found me.",
text, {append:true, value:"For I must have been looking the other way that I almost failed to see a car coming."},
text, "Luckily, that caught her attention.",
actor, {id:"Vina", balloon:"Hey, I know you, don't I?"},
text, "I told her that she does. And that I came on behalf of her mother, who has been worried sick since she disappeared.",
actor, {id:"Vina", balloon:"You didn't come all the way here just to tell me that, did you? Have you come to take me back?"},
checkpoint, "save",
menu, ["What should I tell her?",
"A. Yes, your parents want you back.", "label_yes",
"B. No, I just came to talk.", "label_no" ],
label, "label_yes",
actor, {id:"Vina", balloon:"I miss them, but there's no way I'm coming back."},
actor, {id:"Vina", balloon:"Please tell them that I'm fine, but I just can't go back.", append:true},
box, {show:false},
actor, {id:"Vina", show:false},
audio, {se:"demo/streets03"},
text, {append:false, value:"With that, she ran away from me. And though I tried to follow her, I quickly lost her \
in the crowd."},
overlay, {src:"black", effect:"fade nowait"},
audio, {bgs:"streets01", action:"stop"},
text, "I looked for her over the next couple of months with no success. It seemed like it needs more than \
just words to heal a broken soul.",
text, ".: Bad Ending :.",
box, {show: false},
jump, "end",
label, "label_no",
actor, {id:"Vina", say:"I believe you, but we can't talk here."},
actor, {id:"Vina", say:"Follow me, I live just around the corner from here.", append:true},
box, {show:false},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment