summaryrefslogtreecommitdiff
path: root/npc/000-0-0/sailors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r--npc/000-0-0/sailors.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 53c89ea5..7dfcdc08 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -6,7 +6,8 @@
// 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,26,23,0,1 script Elmo 309,{
+// Gender = 1
+000-0-0,26,23,0 script Elmo 309,{
OnTalk:
setcamnpc;
@@ -71,12 +72,13 @@ OnTalk:
restorecam;
warp "000-2-1.gat", 50, 38;
savepoint "000-2-1.gat", 50, 38;
- setskill 1, 1; // Add Emote skill.
+ addtoskill 1, 1; // Add Emote skill.
closedialog;
close;
}
-000-0-0.gat,25,23,0,1 script Magic Arpan 307,{
+// Gender = 1
+000-0-0,25,23,0 script Magic Arpan 307,{
doevent "Elmo::OnTalk";
close;
}