diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-07 03:36:04 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-07 03:36:04 +0200 |
commit | b514c30e10651219fda12dcbb035048d4c8fbbc2 (patch) | |
tree | 084591fa3b584d118ac5eef8e6a73f7658caa133 /npc/000-2-1 | |
parent | af971d8e48b88f7054af97f4779efa8bbd2122a1 (diff) | |
download | serverdata-b514c30e10651219fda12dcbb035048d4c8fbbc2.tar.gz serverdata-b514c30e10651219fda12dcbb035048d4c8fbbc2.tar.bz2 serverdata-b514c30e10651219fda12dcbb035048d4c8fbbc2.tar.xz serverdata-b514c30e10651219fda12dcbb035048d4c8fbbc2.zip |
Sentence in peter's script way too long, cut in several strings.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/peter.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index c327f914..49f3575e 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -154,7 +154,11 @@ OnReturnFail: OnReturnWin: .@peter = getq(ShipQuests_Peter); mesn; - mesq l("Thanks again for helping me. Drats these rattos for infesting our fair vessal! They are a permanent problem so I will always need your help to exterminate them in order to keep their number under control. Your help is very welcome indeed. Unfortunately, I can give you a reward only for the first extermination."); + mesq l("Thanks again for helping me. Drats these rattos for infesting our fair vessal!"); + next; + mesq l("They are a permanent problem so I will always need your help to exterminate them in order to keep their number under control."); + next; + mesq l("Your help is very welcome indeed. Unfortunately, I can give you a reward for the first extermination only."); next; if (.@peter == 3 || .@peter == 4) |