summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 16:04:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 16:04:32 +0300
commit66a7953e6f6b4d7951c306e1d305ab3b904f557a (patch)
treed96f9df4db7a506277b5659aa6165e0efa7b1700 /npc/000-1/tibbo.txt
parentefb1c01272dc109188f1a4559db05a73405a7d38 (diff)
downloadserverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.gz
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.bz2
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.tar.xz
serverdata-66a7953e6f6b4d7951c306e1d305ab3b904f557a.zip
Replace temp variables into scope temp variables.
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 96bd91be..b5dc6d6d 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -10,11 +10,11 @@
// Size = 2
// Gender = 1
000-1,34,111,0 script Tibbo 110,{
- set @g, getq(ShipQuests_Gugli);
- if (@g == 0) goto L_NoTask;
+ set .@g, getq(ShipQuests_Gugli);
+ if (.@g == 0) goto L_NoTask;
- set @q, getq(ShipQuests_Tibbo);
- if (@q == 1) goto L_CallFunc;
+ set .@q, getq(ShipQuests_Tibbo);
+ if (.@q == 1) goto L_CallFunc;
mesn;
mesq l("Uh? Hi! I'm sorry, but I have no time for chatting.");