diff options
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/q'onan.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt index fabf8c54..7cf558ee 100644 --- a/npc/000-0-0/q'onan.txt +++ b/npc/000-0-0/q'onan.txt @@ -5,7 +5,7 @@ // Description: // Sleeping and snoring NPC. -000-0-0,29,28,0 script Q'Onan#000-0-0 402,{ +000-0-0,29,28,0 script Q'Onan#000-0-0 NPC_ORC_SAILOR,{ asleep; close; diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index c59c7c35..09a8d757 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -6,7 +6,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,26,23,0 script Elmo#sailors 409,{ +000-0-0,26,23,0 script Elmo#sailors NPC_ELMO,{ OnTalk: setcamnpc; @@ -74,7 +74,7 @@ OnInit: end; } -000-0-0,25,23,0 script Magic Arpan#sailors 407,{ +000-0-0,25,23,0 script Magic Arpan#sailors NPC_MAGIC_ARPAN,{ doevent "Elmo#sailors::OnTalk"; close; |