From 08700824fa934d540c797bcdabe7988b4727a4b1 Mon Sep 17 00:00:00 2001 From: Reid Date: Tue, 4 Sep 2012 02:46:46 +0200 Subject: Correct a wrong use of doevent on peter script. --- npc/000-2-1/peter.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index b60936ce..a849dd97 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -113,6 +113,8 @@ OnGiveTask: goto L_Close; OnTalkToJulia: + setq ShipQuests_Julia, 2; + mesn; mesq l("Hey, you should go see Julia to be registered on the ship board."); next; @@ -120,7 +122,6 @@ OnTalkToJulia: mesn "Narrator"; mes col(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9); - setq ShipQuests_Julia, 2; goto L_Close; OnTooWeak: @@ -320,7 +321,13 @@ L_Close: set @q, getq(ShipQuests_Julia); if (@q > 0) close; setq ShipQuests_Julia, 2; - doevent "Peter::OnTalkToJulia"; + + mesn; + mesq l("Hey, you should go see Julia to be registered on the ship board."); + next; + + mesn "Narrator"; + mes col(l("Julia is on the upper level of the ship, use the arrow keys to walk to the stairs or click on the stairs at the top right of your screen."), 9); close; -- cgit v1.2.3-70-g09d2