summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-5/arnea.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt
index 73412b486..f92c28ef4 100644
--- a/npc/003-5/arnea.txt
+++ b/npc/003-5/arnea.txt
@@ -10,6 +10,7 @@
DESTROY_ME=0;
instance_destroy(DESTROY_MY_ID);
}
+ if (!getgmlevel()) goto L_Incomplete;
mesn;
mesq l("Welcome to the Arena. Select your action");
menu
@@ -98,6 +99,15 @@ L_JoinArena:
L_Quit:
close;
+L_Incomplete:
+ mesn;
+ mesq lg("Hello darling.");
+ next;
+ mesq l("I am @@, and I take care of the Arena.", .name$);
+ next;
+ mesq l("At the moment, we must wait authorization from Tulimshar's government to re-open doors.");
+ close;
+
OnInit:
.@npcId = getnpcid(0, "Arnea");
setunitdata(.@npcId, UDT_HEADTOP, 2907);