summaryrefslogtreecommitdiff
path: root/npc/000-1/max.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/max.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/max.txt')
-rw-r--r--npc/000-1/max.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index 3659e82d..42304ce0 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -9,8 +9,8 @@
// Size = 2
// Gender = 1
000-1,72,110,0 script Max 115,{
- set @gugli, getq(ShipQuests_Gugli);
- set @knife, getq(ShipQuests_Knife);
+ set .@gugli, getq(ShipQuests_Gugli);
+ set .@knife, getq(ShipQuests_Knife);
mesn;
mesq lg("We are glad captain Nard has let you join us down here!");
@@ -21,10 +21,10 @@
next;
menu
- rif(@gugli == 0, l("Well, is there anything I can do here to help?")), L_Help,
- rif(@gugli == 1, lg("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
- rif(@gugli > 1, l("Seems I've helped everyone here. I don't know what to do now!")), L_Annoyed,
- rif(@knife == 0, lg("It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?")), L_Secrets,
+ rif(.@gugli == 0, l("Well, is there anything I can do here to help?")), L_Help,
+ rif(.@gugli == 1, lg("Gugli asked me to help the sailors to gather food. Do you know where I can find them?")), L_Sailors,
+ rif(.@gugli > 1, l("Seems I've helped everyone here. I don't know what to do now!")), L_Annoyed,
+ rif(.@knife == 0, lg("It looks like you are an expert of the life inside 'La Johanne'. Do you know any hidden secrets nobody knows?")), L_Secrets,
l("No thanks, not at the moment."), L_Quit;
L_Help: