diff options
-rw-r--r-- | npc/000-0-0/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-0-0/mapflags.txt b/npc/000-0-0/mapflags.txt index 0ed6ce16b..98847f851 100644 --- a/npc/000-0-0/mapflags.txt +++ b/npc/000-0-0/mapflags.txt @@ -1 +1 @@ -000-0-0 mapflag invisible +//000-0-0 mapflag invisible 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: |