summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r--npc/000-2-1/chest.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index ccc7b2b1..7f01c6af 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -12,9 +12,9 @@
// Size = 2
000-2-1,51,37,0 script Chest 417,{
- set @q, getq(ShipQuests_Arpan);
+ set .@q, getq(ShipQuests_Arpan);
- if (@q == 0) goto L_Talk;
+ if (.@q == 0) goto L_Talk;
if (getnpcdir ("") == 4) goto L_Give;
setnpcdir 2;
@@ -23,9 +23,9 @@
close;
L_Give:
- if (@q > 1) goto L_Quit;
- set @item, 1300;
- set @count, 2;
+ if (.@q > 1) goto L_Quit;
+ set .@item, 1300;
+ set .@count, 2;
callfunc "InventoryPlace", 1300, 2;
setq ShipQuests_Arpan, 2;