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.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/008-2-10/airlia.txt b/npc/008-2-10/airlia.txt
index fae76efb..437e624d 100644
--- a/npc/008-2-10/airlia.txt
+++ b/npc/008-2-10/airlia.txt
@@ -1,16 +1,18 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
// Airlia, the major's daughter.
// THIS IS A PLACEHOLDER!
-008-2-10,42,29,0 script Airlia#008-2-8 NPC_AIRLIA,{
+008-2-10,42,29,0 script Airlia NPC_AIRLIA,{
speech
l("Hello."),
l("Do you know where the graveyard is?"),
lg("No? Better that way. It's so dangerous there.");
+ if (getq(General_Brotherhood) < 2)
+ close;
next;
select
l("Okay, thanks."),
@@ -27,6 +29,6 @@
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}