From 33bc4f74ecfcafbd7e8978d2749a5adcdb9e611a Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 16 Feb 2018 02:06:49 -0200 Subject: Arnea is incomplete, and I do not think I'll complete her anytime soon. Keep NPC alive, but if not GM, dismiss player telling Arena awaits Government. --- npc/003-5/arnea.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc') 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); -- cgit v1.2.3-70-g09d2