diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-20 23:46:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 23:46:33 +0300 |
commit | 63ca8fc9ae89b367bf014aa4cc5264a61aad0c67 (patch) | |
tree | a7bafb537af89eab887b6237d2618bb77031c22a /npc | |
parent | b480430d26dda2af1e26761d5e6221d26c9521cd (diff) | |
download | clientdata-63ca8fc9ae89b367bf014aa4cc5264a61aad0c67.tar.gz clientdata-63ca8fc9ae89b367bf014aa4cc5264a61aad0c67.tar.bz2 clientdata-63ca8fc9ae89b367bf014aa4cc5264a61aad0c67.tar.xz clientdata-63ca8fc9ae89b367bf014aa4cc5264a61aad0c67.zip |
Fix unclosed string in gugli script.
Remove windows new lines from gugli script.
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; } + |