diff options
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 | ||||
-rw-r--r-- | npc/002-1/arpan.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 10df0d8ae..310835fb4 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -4,7 +4,7 @@ // Description: // Tutorial -000-0-0,29,35,0 script Elmo#sailors NPC_ELMO,{ +000-0-0,30,34,0 script Elmo#sailors NPC_ELMO,{ .@q = getq(ShipQuests_Arpan); if (.@q == 0) goto L_Step0; if (.@q == 1) goto L_Step1; diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 5aefb138f..44bf2ae36 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -45,6 +45,7 @@ OnTalk: select l("Yes, I want to find out who I am."), l("No, but what option do I have? I'm railroaded!"); + mes ""; if (@menu == 2) { mesn; |