diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-07 08:25:39 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-07 08:25:39 +0400 |
commit | 7a32e12249bc8aa432b2eacab7384572c0934735 (patch) | |
tree | 0dff9593531c2e3db98160f33d3a4892e050c4ca /npc | |
parent | 0ecba1687c79a2583dd77ebe811be0393b0392d2 (diff) | |
download | serverdata-7a32e12249bc8aa432b2eacab7384572c0934735.tar.gz serverdata-7a32e12249bc8aa432b2eacab7384572c0934735.tar.bz2 serverdata-7a32e12249bc8aa432b2eacab7384572c0934735.tar.xz serverdata-7a32e12249bc8aa432b2eacab7384572c0934735.zip |
Fixed some language in the Old Book script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/oldbook.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index 3e854ef1..ca3c5164 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -3,15 +3,15 @@ // Alige // Reid // Description: -// Reads the Old Book. +// Reading the Old Book. 000-2-1.gat,0,0,1 script OldBook 0,{ OnUse: mesn "Narrator"; - mes col(l("You open the book, but it seems that the sea water and the age has get reason of it, some page aren't readable and some others are missing."), 9); + mes col(l("You open the book, but it looks like the sea water and time damaged it severely. Some pages are not readable anymore. Some others are simply missing."), 9); next; - mes col(l("It seems to be a book about the legend of Aemil, do you want to read it?"), 9); + mes col(l("The old book seems to tell about the legend of Aemil. Would you like to read it?"), 9); next; menu @@ -50,9 +50,11 @@ l_Read: next; mes l("A great city, now the capital of these islands, called Esperia, rose on the single island, Aurora, where everyone lived."); next; + mes l("However..."); + next; mesn "Narrator"; - mes col(l("The end and the sign up is impossible to read, and some pages seems missing."), 9); + mes col(l("The end of the story got erased, probably because of the sea water. Some pages are still missing thus you don't know the author's name."), 9); close; |