summaryrefslogtreecommitdiff
path: root/npc/000-2-3/box.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/box.txt')
-rw-r--r--npc/000-2-3/box.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 5dd91f3d..c15c0e50 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -17,7 +17,7 @@
000-2-3.gat,25,24,0 script Box 102;1,{
- set @q, geta2(ShipQuests, ShipQuests_Nardbox);
+ set @q, getq(ShipQuests_Nardbox);
mesn "Narrator";
mes col(l("Some Bandanas and Sailor Hats are inside this box."), 9);
@@ -60,7 +60,7 @@
next;
mesq l("Go outside and talk with Gugli, he will tell you what we need.");
- seta2 ShipQuests, ShipQuests_Nardbox, 1;
+ setq ShipQuests_Nardbox, 1;
close;
@@ -80,7 +80,7 @@ l_Give:
mesn "Nard";
mesq l("You are now part of the crew. Thanks again for your help.");
- seta2 ShipQuests, ShipQuests_Nardbox, 3;
+ setq ShipQuests_Nardbox, 3;
getitem "Bandana", 1;
// Need to add a skill for the crew at this line.