diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 8b494d4b..95ed6bd9 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -5,13 +5,13 @@ // Description: // Elmo's twin // Charged of an important quest from Nard, he asks you to help other sailors to keep their box to the ship. -// Variable:
-// 0 ShipQuests_Couwan
-// 1 ShipQuests_Nard
+// Variable: +// 0 ShipQuests_Couwan +// 1 ShipQuests_Nard // 2 ShipQuests_Gugli -// Values:
-// 00 Never talked with Couwan.
-// 01 Spoke, and received the quest scam.
+// Values: +// 00 Never talked with Couwan. +// 01 Spoke, and received the quest scam. // 02 Done quest scam. // 10 Introduction of the box and Nard. This is displayed when the player never spoke to Nard or his box. // 11 Nard spoke and gave access to the outdoor of the ship. @@ -57,7 +57,7 @@ OnTalk: mesn; mesq l("Right! Sailors are pretty quick with their job. They just take too much time bringing all the food back to the ship. Maybe you can help them."); next; - mesq l("Captain wants: + mesq l("Captain wants: ???"); mesq l("- 2 @@", getitemlink("714")); mesq l("- 2 @@", getitemlink("715")); mesq l("- 2 @@", getitemlink("716")); @@ -167,3 +167,4 @@ l_TaskCompleted: close; } + |