diff options
Diffstat (limited to 'npc/012-2-1/jessie.txt')
-rw-r--r-- | npc/012-2-1/jessie.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/npc/012-2-1/jessie.txt b/npc/012-2-1/jessie.txt deleted file mode 100644 index 7356bfe6..00000000 --- a/npc/012-2-1/jessie.txt +++ /dev/null @@ -1,30 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Jessie, Sorfina's old husband. -// THIS IS A PLACEHOLDER! - -012-2-1,38,30,0 script Jessie NPC_JESSIE,{ - speech - l("Welcome."), - 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: - .distance = 4; - end; -} |