diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 15:10:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 15:10:26 -0300 |
commit | 63f0c9c2b89f11ca2de08587d77bb3e102fb0472 (patch) | |
tree | 646ac2a377bbdc4323edfb86001d311e366e26b7 | |
parent | aad4a480ab8ca4d8482e3aa15e723c523032673b (diff) | |
download | serverdata-63f0c9c2b89f11ca2de08587d77bb3e102fb0472.tar.gz serverdata-63f0c9c2b89f11ca2de08587d77bb3e102fb0472.tar.bz2 serverdata-63f0c9c2b89f11ca2de08587d77bb3e102fb0472.tar.xz serverdata-63f0c9c2b89f11ca2de08587d77bb3e102fb0472.zip |
Move instruction about game dialogs.
-rw-r--r-- | npc/000-0/sailors.txt | 1 | ||||
-rw-r--r-- | npc/002-4/nard.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 554250dc4..8d004e142 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -24,6 +24,7 @@ OnTouch: mesn "Narrator"; mesc l("You open your eyes. The salt water is not helping your vision."); + mesc l("(Click next button to advance dialogs)"); next; mesc l("A blur shape forms in your front. It seems to be a large ship."); next; diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 7536c6256..29f3d0002 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -22,7 +22,6 @@ L_Checker: if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { mesn l("TMW2 Staff"); mesc l("Hello, and welcome to TMW2: Moubootaur Legends!"), 3; - mesc l("(Click next button to advance dialogs)"),9; next; mesn l("TMW2 Staff"); mesc l("Did you came here by someone advise? If yes, write their name here!"), 3; |