diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 5 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 97360ab8..6e782de1 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -31,6 +31,7 @@ mesq l("The sailors take you aboard their ship to help you."); //italic next; - warp 000-0-0.gat,22,22; + warp "000-0-0.gat",22,22; -} + close; +}
\ No newline at end of file diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index dcc7950f..58146f70 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -79,6 +79,7 @@ mesn; mesq l("You can't go there!"); mesq g(l("I need help for cleaning the wedge of the ship, but you aren't strong enough to help me.#0"), l("I need help for cleaning the wedge of the ship, but you aren't strong enough to help me.#1")); + warp "000-2-1",61,37; close; OnGiveTask: @@ -97,6 +98,7 @@ mesq l("I don't need your help right now, come back later."); if ($@RAT_SAILOR_HELPER$ == "") close; mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me."); + warp "000-2-1",61,37; close; OnTimer300000: @@ -133,7 +135,7 @@ l_BonusTask: set @q, geta4(ShipQuests, 1); mesn; - mesq l("I will give you @@gp.", 1000); + mesq l("I will give you @@gp.", 500); menu g(l("Okay, I'm ready to work!#0"), l("Okay, I'm ready to work!#1")), -, l("What? This reward is too small!"), l_Close; |