summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-10/airlia.txt')
-rw-r--r--npc/008-2-10/airlia.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt
deleted file mode 100644
index 64f18436..00000000
--- a/npc/008-2-10/airlia.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Airlia, the major's daughter.
-// THIS IS A PLACEHOLDER!
-
-008-2-10,42,29,0 script Airlia NPC_AIRLIA,{
- speech
- l("Hello."),
- l("Do you know where the graveyard is?"),
- l("No? Better that way. It's so dangerous there.");
-
- if (getq(General_Brotherhood) < 2)
- close;
- next;
- select
- l("Okay, thanks."),
- l("*whisper* Sagratha is great.");
- mes "";
- if (@menu == 2) {
- mesn;
- mesq l("Ah, uhm, erm. The Governor is busy arguing with the rest of the team.");
- next;
- mesn;
- mesq l("I'm afraid you'll need to wait them to reach a consensus first, before he can met with you.");
- }
- close;
-
-OnInit:
- .distance = 4;
- end;
-}