diff options
author | Reid <reidyaro@gmail.com> | 2012-09-02 04:59:36 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-02 04:59:36 +0200 |
commit | 4b26b2dbee463668e63acbd8a1e5d9fc8178cdfc (patch) | |
tree | c36cc92f13bd175336340961d4bee094ff3f258a /npc/000-2-3/nard.txt | |
parent | 4d5dc62748896857544127ff9864a5789bb91f0b (diff) | |
download | serverdata-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/nard.txt')
-rw-r--r-- | npc/000-2-3/nard.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index b3871384..82d4f37f 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.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,26,0,1 script Nard 306;5,{ - set @q, getq(ShipQuests_Nardbox); + set @q, getq(ShipQuests_Nard); l_Checker: if (@q == 1) goto l_NotYet; @@ -84,7 +84,7 @@ l_NeedContent: mesq l("Go outside and talk with Gugli, he'll tell you what we need."); next; - setq ShipQuests_Nardbox, 1; + setq ShipQuests_Nard, 1; close; @@ -127,7 +127,7 @@ l_Give: next; 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. |