From 86f05250fe8953a41066d99d161e247c1ccbd269 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 21 Oct 2012 19:32:54 +0200 Subject: Remove Darlin barrier, Change Darlin menu dialogues easier and much linear, Change Darlin location. --- npc/000-1/darlin.txt | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 60b40f57..31da8219 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -11,8 +11,7 @@ // 2 Opened the treasure chest. // 3 Get back to Darlin. -000-1.gat,89,89,0,1 script Darlin 103;14,{ - +000-1.gat,89,94,0,1 script Darlin 103;14,{ mesn; set @q, getq(ShipQuests_Darlin); @@ -65,8 +64,8 @@ OnStart: next; menu - l("I SAID, SEE YOU LATER!"), l_Bye, l("I said... WHY DON'T YOU COME DOWN TO TALK?"), l_GoDown, + l("I SAID, SEE YOU LATER!"), l_Bye, l("I'M CALLED, @@!", strcharinfo(0)), -; mes ""; @@ -187,19 +186,3 @@ l_QuestDone: goto l_Menu; } - -000-1.gat,92,100,0,1 script DarlinBarrierCheck 0,0,2,{ - set @q, getq(ShipQuests_Darlin); - if (@q == 0) goto l_First; - if (@q == 2) goto l_Last; - close; - -l_First: - doevent "Darlin::OnStart"; - close; - -l_Last: - doevent "Darlin::OnQuestGiven"; - close; - -} \ No newline at end of file -- cgit v1.2.3-70-g09d2