summaryrefslogtreecommitdiff
path: root/npc/000-2-1/peter.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-04 02:46:46 +0200
committerReid <reidyaro@gmail.com>2012-09-04 02:46:46 +0200
commit08700824fa934d540c797bcdabe7988b4727a4b1 (patch)
tree88c5b63d7f25a7b781dbaf0e89d7fe5e774ec92d /npc/000-2-1/peter.txt
parent11559679db9c2cff7838076d52b05ad19dd529e5 (diff)
downloadserverdata-08700824fa934d540c797bcdabe7988b4727a4b1.tar.gz
serverdata-08700824fa934d540c797bcdabe7988b4727a4b1.tar.bz2
serverdata-08700824fa934d540c797bcdabe7988b4727a4b1.tar.xz
serverdata-08700824fa934d540c797bcdabe7988b4727a4b1.zip
Correct a wrong use of doevent on peter script.
Diffstat (limited to 'npc/000-2-1/peter.txt')
-rw-r--r--npc/000-2-1/peter.txt11
1 files 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;