diff options
Diffstat (limited to 'npc/008-1_Hurnscald_outskirts/andra.txt')
-rw-r--r-- | npc/008-1_Hurnscald_outskirts/andra.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/npc/008-1_Hurnscald_outskirts/andra.txt b/npc/008-1_Hurnscald_outskirts/andra.txt deleted file mode 100644 index e56cbbf5..00000000 --- a/npc/008-1_Hurnscald_outskirts/andra.txt +++ /dev/null @@ -1,24 +0,0 @@ -// - -008-1.gat,36,26,0 script Andra 201,{ - mes "[Andra]"; - mes "\"Hello, my name is Andra, what's yours?\""; - next; - input @name$; - - mes "[Andra]"; - mes "\"Hello, " + @name$ + "! What is your favorite number?\""; - next; - input @num; - - if (@num == 5) goto L_Same; - - mes "[Andra]"; - mes "\"I don't like that one.\""; - close; - -L_Same: - mes "[Andra]"; - mes "\"Mine too!\""; - close; -} |