diff options
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index cf9634a7a..cbc99e968 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -5,6 +5,7 @@ // Tutorial 000-0-0,30,34,0 script Elmo#sailors NPC_ELMO,{ +OnBegin: .@q = getq(ShipQuests_Arpan); if (.@q == 0) goto L_Step0; if (.@q == 1) goto L_Step1; @@ -249,7 +250,7 @@ OnInit: } 000-0-0,29,34,0 script Magic Arpan#sailors NPC_MAGIC_ARPAN,{ - doevent "Elmo#sailors::OnTalk"; + doevent "Elmo#sailors::OnBegin"; close; OnInit: |