diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:28:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:28:49 -0300 |
commit | c272dcb128037a647692a02721d02acd51d26002 (patch) | |
tree | 90a422fc5ebbaad213c300feea3c428145156c02 /npc/000-0 | |
parent | 9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (diff) | |
download | serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.gz serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.bz2 serverdata-c272dcb128037a647692a02721d02acd51d26002.tar.xz serverdata-c272dcb128037a647692a02721d02acd51d26002.zip |
mes col(l("")) is DEPRECATED, move everything to mesc l("").
mesc is harder to see, but it looks better and is less confusing regarding l()
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index a48d167b6..23f5179f5 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -18,13 +18,13 @@ OnTouch: showavatar 3; mesn "Narrator"; - mes col(l("You open your eyes. The salt water is not helping your vision."), 9); + mesc l("You open your eyes. The salt water is not helping your vision."); next; - mes col(l("A blur shape forms in your front. It seems to be a large ship."), 9); + mesc l("A blur shape forms in your front. It seems to be a large ship."); next; - mes col(l("Wait. A ship? Where are you, after all?"), 9); + mesc l("Wait. A ship? Where are you, after all?"); next; - mes col(l("Your body aches. You can't remember what happened. But this is not important now. The ships sailors are shouting at you!"), 9); + mesc l("Your body aches. You can't remember what happened. But this is not important now. The ships sailors are shouting at you!"); next; showavatar NPC_ORC_MAN; @@ -68,10 +68,10 @@ OnTouch: showavatar; mesn "Narrator"; - mes col(l("The sailors take you aboard their ship."), 9); - mes col(l("You faint from the pain, but at least now, you are in good hands."), 9); + mesc l("The sailors take you aboard their ship."); + mesc l("You faint from the pain, but at least now, you are in good hands."); next; - mes col(l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."), 9); + mesc l("Click on the NPCs (Non-Player Characters) around you to continue the introduction."); next; warp "000-0-0", 26, 28; |