From 67ceb4175629f11251adcb877db92ceb34f7c5b4 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 5 Nov 2012 23:47:34 +0100 Subject: Change variable's name on gugli's script. --- npc/000-1/gugli.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 0b215af8..641eca24 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -24,10 +24,10 @@ 000-1.gat,85,108,0,1 script Gugli 313;2,{ OnTalk: mesn; - set @n, getq(ShipQuests_Nard); - set @g, getq(ShipQuests_Gugli); - if (@n > 1 || @g == 2) goto l_TaskCompleted; - if (@g == 1) goto l_TaskGiven; + set @nard, getq(ShipQuests_Nard); + set @gugli, getq(ShipQuests_Gugli); + if (@nard > 1 || @gugli == 2) goto l_TaskCompleted; + if (@gugli == 1) goto l_TaskGiven; mesq l("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0)); next; @@ -161,8 +161,8 @@ l_TaskCompleted: } 000-1.gat,83,107,0,1 script GugliBarrierCheck 0,2,0,{ - set @q, getq(ShipQuests_Gugli); - if (@q > 0) close; + set @gugli, getq(ShipQuests_Gugli); + if (@gugli > 0) close; doevent "Gugli::OnTalk"; close; -- cgit v1.2.3-70-g09d2