summaryrefslogtreecommitdiff
path: root/npc/000-2-0/doors.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-2-0/doors.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-2-0/doors.txt')
-rw-r--r--npc/000-2-0/doors.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index 3bb17f4f..739467d5 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -3,7 +3,7 @@
// Reid
// Description:
// Doors NPCs.
-// The third value of the @nard variable has been removed for the beta2, it'll then be re-added for the Aurora release.
+// The third value of the .@nard variable has been removed for the beta2, it'll then be re-added for the Aurora release.
// Variable:
// 0 ShipQUests_Nard
// 1 ShipQuests_Julia
@@ -20,10 +20,10 @@
000-2-0,20,28,0 script AreaNPC 32767,0,0,{
OnTouch:
- set @nard, getq(ShipQuests_Nard);
- if (@nard > 0 && countitemcolor("JohanneKey") > 0) goto L_Key;
-// if (@nard == 2) goto L_GotoNard;
-// if (@nard == 3) goto L_End;
+ set .@nard, getq(ShipQuests_Nard);
+ if (.@nard > 0 && countitemcolor("JohanneKey") > 0) goto L_Key;
+// if (.@nard == 2) goto L_GotoNard;
+// if (.@nard == 3) goto L_End;
setcamnpc "Julia";
mesn "Julia";
@@ -59,8 +59,8 @@ L_End:
000-2-0,33,28,0 script AreaNPC 32767,0,0,{
OnTouch:
- set @julia, getq(ShipQuests_Julia);
- if (@julia == 2) goto L_Warp;
+ set .@julia, getq(ShipQuests_Julia);
+ if (.@julia == 2) goto L_Warp;
close;
L_Warp: