From ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Jun 2019 02:18:31 -0300 Subject: Fix bugs in 000-0-0 --- npc/000-0-0/sailors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/000-0-0/sailors.txt') 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: -- cgit v1.2.3-60-g2f50