summaryrefslogtreecommitdiff
path: root/npc/new_19-1-woodland-village/sabine.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
commit1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch)
tree888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/new_19-1-woodland-village/sabine.txt
parentc35d7a43946974cc85497980f4542f0b8abc1a56 (diff)
downloadserverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/new_19-1-woodland-village/sabine.txt')
-rw-r--r--npc/new_19-1-woodland-village/sabine.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/new_19-1-woodland-village/sabine.txt b/npc/new_19-1-woodland-village/sabine.txt
deleted file mode 100644
index e45ae7a8..00000000
--- a/npc/new_19-1-woodland-village/sabine.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-// Girl sitting on bench
-
-new_19-1.gat,89,27,0 script Sabine 106,{
- mes "[Sabine]";
- mes "\"Isn't this place pretty? I love hanging out here!\"";
- next;
- if (Inspector == 1) goto L_NohMask;
- close;
-
-L_NohMask:
- menu
- "Have you seen anything strange lately?", L_NohMask_Strange,
- "Do you know anything about the recent robberies?", L_NohMask_Robbery,
- "Yes, it is.", -;
- close;
-
-L_NohMask_Strange:
- mes "[Sabine]";
- mes "\"I haven't seen anything strange.\"";
- close;
-
-L_NohMask_Robbery:
- mes "[Sabine]";
- mes "\"No, sorry.\"";
- close;
-}