LoafyLemon
96f0113c95
* Unified naming convention for nicknames as per writer's request * Fixed dum lack of dynamic name flag
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
|
|
label her_potion_check:
|
|
gen "[name_hermione_genie]." ("base", xpos="far_left", ypos="head")
|
|
her "Yes, [name_genie_hermione]?" ("soft", "base", "base", "mid", xpos="mid", ypos="base", trans=d5)
|
|
gen "I'd like you to try out some potions of mine." ("base", xpos="far_left", ypos="head")
|
|
her "Potions?" ("open", "squint", "base", "mid")
|
|
her "What kind of potions are we talking about?" ("open", "squint", "base", "mid")
|
|
gen "Don't worry, they're relatively harmless." ("base", xpos="far_left", ypos="head")
|
|
her "You're expecting me to just drink a random potion?" ("angry", "squint", "base", "mid")
|
|
gen "Yes..." ("base", xpos="far_left", ypos="head")
|
|
her "A potion which I have no idea of its origin or effect?" ("angry", "squint", "base", "stare")
|
|
gen "Well..." ("base", xpos="far_left", ypos="head")
|
|
gen "You'll be awarded points of course..." ("base", xpos="far_left", ypos="head")
|
|
her "No, I'm not doing that..." ("angry", "base", "annoyed", "mid")
|
|
gen "(Damn...)" ("base", xpos="far_left", ypos="head")
|
|
gen "(I should probably buy some favours from her before asking something like this again...)" ("base", xpos="far_left", ypos="head")
|
|
|
|
return
|