summaryrefslogtreecommitdiff
path: root/npc/000-2-3/box.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-02 04:59:36 +0200
committerReid <reidyaro@gmail.com>2012-09-02 04:59:36 +0200
commit4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc (patch)
treec36cc92f13bd175336340961d4bee094ff3f258a /npc/000-2-3/box.txt
parent4d5dc62748896857544127ff9864a5789bb91f0b (diff)
downloadserverdata-4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc.tar.gz
serverdata-4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc.tar.bz2
serverdata-4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc.tar.xz
serverdata-4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc.zip
Rename Nardbox variable to Nard.
Diffstat (limited to 'npc/000-2-3/box.txt')
-rw-r--r--npc/000-2-3/box.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 2040ddcb..92e6f565 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -8,7 +8,7 @@
// 2 bits array:
// ShipQuests
// Variable:
-// ShipQuests_NardBox
+// ShipQuests_Nard
// Values:
// 0 Introduction of the box and Nard. This is displayed when the player never spoke to Nard or his box.
// 1 Nard spoke and gave access to the outdoor of the ship.
@@ -17,7 +17,7 @@
000-2-3.gat,25,24,0 script Box 102;1,{
- set @q, getq(ShipQuests_Nardbox);
+ set @q, getq(ShipQuests_Nard);
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.");
- setq ShipQuests_Nardbox, 1;
+ setq ShipQuests_Nard, 1;
close;
@@ -80,7 +80,7 @@ l_Give:
mesn "Nard";
mesq l("You are now part of the crew. Thanks again for your help.");
- setq ShipQuests_Nardbox, 3;
+ setq ShipQuests_Nard, 3;
getitem "Bandana", 1;
// Need to add a skill for the crew at this line.