diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 18:30:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 18:30:22 -0300 |
commit | 809f7770bc96e3868351c516e69862afb1650d19 (patch) | |
tree | b97954de8502e4d2824df4c2472a81f68ab431ad /npc/002-1/peter.txt | |
parent | 86fe458b95228d3ebed1bb988b8ef76e7c1a4454 (diff) | |
download | serverdata-809f7770bc96e3868351c516e69862afb1650d19.tar.gz serverdata-809f7770bc96e3868351c516e69862afb1650d19.tar.bz2 serverdata-809f7770bc96e3868351c516e69862afb1650d19.tar.xz serverdata-809f7770bc96e3868351c516e69862afb1650d19.zip |
[POLISHING] Connect Dan and Peter quest.
This will make more sense on the flowerchart than ingame.
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 67a000eff..37b60a6b1 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -255,6 +255,14 @@ OnDone: deltimer("Peter::OnLowTime"); deltimer("Peter::OnTimeout"); @peter=0; + if (!getq(ShipQuests_Dan)) { + next; + mesn; + mesq l("You're strong, maybe you could help Dan. He is a good sailor but he is too afraid from harmless Pious."); + next; + mesn; + mesq l("Look at that pathetic scene, he just put his chair over the desk... Chef Gado won't like it."); + } close; OnInit: |