summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/_import.txt1
-rw-r--r--npc/000-0-0/mapflags.txt3
-rw-r--r--npc/000-0-0/q'onan.txt3
-rw-r--r--npc/000-0-0/sailors.txt8
4 files changed, 9 insertions, 6 deletions
diff --git a/npc/000-0-0/_import.txt b/npc/000-0-0/_import.txt
index 17ff1c24..a6e47793 100644
--- a/npc/000-0-0/_import.txt
+++ b/npc/000-0-0/_import.txt
@@ -1,5 +1,4 @@
// Map 000-0-0: La Johanne, First Deck (Sailor's room)
-map: 000-0-0.gat
npc: npc/000-0-0/mapflags.txt
npc: npc/000-0-0/q'onan.txt
npc: npc/000-0-0/sailors.txt
diff --git a/npc/000-0-0/mapflags.txt b/npc/000-0-0/mapflags.txt
index 93ac0bae..38c8e38a 100644
--- a/npc/000-0-0/mapflags.txt
+++ b/npc/000-0-0/mapflags.txt
@@ -1 +1,2 @@
-000-0-0.gat mapflag invisible
+// 000-0-0.gat mapflag invisible
+
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt
index 01ed1cbc..f92a289e 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -5,7 +5,8 @@
// Description:
// Sleeping and snoring NPC.
-000-0-0.gat,29,28,0,1 script Q'Onan 302,{
+// Gender = 1
+000-0-0,29,28,0 script Q'Onan 302,{
callfunc "Asleep";
}
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;
}