diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-12 07:43:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-12 11:12:16 +0000 |
commit | b226def21a4b7c03e9e01340c7ea00aad6c5dd1c (patch) | |
tree | 98ae927518ec5bee0509dbfe6d3e97d3d4fcd3c2 | |
parent | 62cd68af08f151a9d051387165723480f58f1903 (diff) | |
download | serverdata-b226def21a4b7c03e9e01340c7ea00aad6c5dd1c.tar.gz serverdata-b226def21a4b7c03e9e01340c7ea00aad6c5dd1c.tar.bz2 serverdata-b226def21a4b7c03e9e01340c7ea00aad6c5dd1c.tar.xz serverdata-b226def21a4b7c03e9e01340c7ea00aad6c5dd1c.zip |
Jessie, one of the most lame NPCs in Candor.
-rw-r--r-- | npc/012-2-1/jessie.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/012-2-1/jessie.txt b/npc/012-2-1/jessie.txt index 28cb8c12..9af3dd09 100644 --- a/npc/012-2-1/jessie.txt +++ b/npc/012-2-1/jessie.txt @@ -8,7 +8,20 @@ 012-2-1,38,30,0 script Jessie NPC_JESSIE,{ speech l("Welcome."), - l("My name is Jessie and I teach the kids in Candor."); + l("I am \"uncle\" Jessie and I teach the kids in Candor."); + next; + mesn; + mesq l("Actually... Do you know why the Piou crossed the road?"); + next; + if (askyesno() == ASK_NO) { + mesn; + mesq l("Dang! I don't know either, but I'm too shy to ask."); + } else { + mesc l("Why the Piou crossed the road?"); + input .@jessanswer$; + mesn; + mesq l("Pfft, you obviously don't know either!"); + } close; OnInit: |