summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/gugli.txt12
1 files changed, 6 insertions, 6 deletions
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;