summaryrefslogtreecommitdiff
path: root/npc/020-2-28
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-28')
-rw-r--r--npc/020-2-28/_import.txt4
-rw-r--r--npc/020-2-28/_warps.txt5
-rw-r--r--npc/020-2-28/pauline.txt39
3 files changed, 0 insertions, 48 deletions
diff --git a/npc/020-2-28/_import.txt b/npc/020-2-28/_import.txt
deleted file mode 100644
index cbdcd407..00000000
--- a/npc/020-2-28/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// Map 020-2-28: Magic Acedemy Central, Second Floor
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-28/_warps.txt",
-"npc/020-2-28/pauline.txt",
diff --git a/npc/020-2-28/_warps.txt b/npc/020-2-28/_warps.txt
deleted file mode 100644
index bb588fb5..00000000
--- a/npc/020-2-28/_warps.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 020-2-28: Magic Acedemy Central, Second Floor warps
-020-2-28,43,23,0 warp #020-2-28_43_23 2,0,020-2-27,46,24
-020-2-28,34,33,0 warp #020-2-28_34_33 0,0,020-1,56,108
-020-2-28,42,33,0 warp #020-2-28_42_33 0,0,020-1,60,108
diff --git a/npc/020-2-28/pauline.txt b/npc/020-2-28/pauline.txt
deleted file mode 100644
index 72b47959..00000000
--- a/npc/020-2-28/pauline.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Pauline, the War Mage.
-// THIS IS A PLACEHOLDER!
-
-020-2-28,36,20,0 script Pauline NPC_PAULINE,{
- speech
- l("Hi!"),
- l("Should I tell you the secret of a good fight?"),
- l("CONFRONT AND DESTROY!! (Don't tell your parents I said that.");
- select
- l("You're weird, I have to go sorry."),
- l("I can't do that, I keep getting killed.");
- mes "";
- if (@menu == 1)
- close;
- mesn;
- mesq l("Oh no! Well, I never said to confront alone. Did you try going with friends?");
- next;
- if (askyesno() == ASK_NO) {
- mesn;
- mesq l("Then you should do that. It is always more fun with friends.");
- close;
- }
- mesn;
- mesq l("Ah... Then maybe you should summon a monster to your aid, or hire a mercenary.");
- next;
- mesn;
- mesq l("Hold tight. Hire a mercenary? That was not in the script. Please call Jesusalva ASAP.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}
-
-