summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-05 23:47:34 +0100
committerReid <reidyaro@gmail.com>2012-11-05 23:47:34 +0100
commit67ceb4175629f11251adcb877db92ceb34f7c5b4 (patch)
tree1235d825a5122a0b484b9f137b8028a3e3496a9c /npc/000-1/gugli.txt
parent1287a30a035d7209a5dde94dc8de006641d348f6 (diff)
downloadserverdata-67ceb4175629f11251adcb877db92ceb34f7c5b4.tar.gz
serverdata-67ceb4175629f11251adcb877db92ceb34f7c5b4.tar.bz2
serverdata-67ceb4175629f11251adcb877db92ceb34f7c5b4.tar.xz
serverdata-67ceb4175629f11251adcb877db92ceb34f7c5b4.zip
Change variable's name on gugli's script.
Diffstat (limited to 'npc/000-1/gugli.txt')
-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;