diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/q'onan.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 | ||||
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index a4581b63..dc39d9d6 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -4,7 +4,7 @@ // Description: // Sleeping and snoring NPC. -000-0-0.gat,25,22,0,1 script Q'Onan 302,{ +000-0-0.gat,29,28,0,1 script Q'Onan 302,{ mesn; diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 8780c82f..d07c6d51 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -5,7 +5,7 @@ // Introduction scene where two sailors talk about how the player was found on his raft. // Elmo will handle dialogs between both NPCs. -000-0-0.gat,22,17,0,1 script Elmo 309,{ +000-0-0.gat,26,23,0,1 script Elmo 309,{ OnTalk: setcamnpc; @@ -87,7 +87,7 @@ OnTalk: } -000-0-0.gat,21,17,0,1 script Magic Arpan 307,{ +000-0-0.gat,25,23,0,1 script Magic Arpan 307,{ doevent "Elmo::OnTalk"; close; diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index c9b1f699..c4559d58 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -82,7 +82,7 @@ OnTouch: mes col(l("Click on the NPCs around you to continue the introduction."), 9); next; - warp "000-0-0.gat",22,22; + warp "000-0-0.gat",26,28; close; |