summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-09 00:03:40 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-09 00:03:40 -0300
commit48919d55b818d4cef33e516badd4908c6db1f7b3 (patch)
tree70aa917cb5058e0eb57574a2a3bfbd7c444d999b
parent9b7d966c14d55f7006e751af5e4c7dedc851cb2f (diff)
downloadserverdata-48919d55b818d4cef33e516badd4908c6db1f7b3.tar.gz
serverdata-48919d55b818d4cef33e516badd4908c6db1f7b3.tar.bz2
serverdata-48919d55b818d4cef33e516badd4908c6db1f7b3.tar.xz
serverdata-48919d55b818d4cef33e516badd4908c6db1f7b3.zip
Placeholders
-rw-r--r--npc/032-1/episode.txt65
1 files changed, 64 insertions, 1 deletions
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt
index c6e024159..1fa9e008e 100644
--- a/npc/032-1/episode.txt
+++ b/npc/032-1/episode.txt
@@ -18,10 +18,73 @@ OnInit:
032-1,59,126,0 script #InnerEP NPC_HIDDEN,0,0,{
end;
OnTouch:
- if (is_master())
+ if (is_master()) // FIXME
slide 52, 127;
else
dispbottom l("This door is locked.");
end;
}
+032-1,68,54,0 script Adrian NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. Are you here to get luggage?");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,45,36,0 script Marikel NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. Working on the docks can be hard, but I'm glad I at least get to eat!");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,75,46,0 script Joelin NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. My ship is about to set sail, we'll try to find somewhere better to live than this ruined place!");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,77,46,0 script Harper NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. My captain believe the world is round, can you believe that?");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,112,142,0 script Banu NPC_GLASS_OLD_LADY,{
+ npctalk3 l("Hi. My back hurts!");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,151,201,0 script Eurni NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. I have questionable items of questionable origins for you.");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,140,213,0 script Weellos NPC_MOUBOOTAUR,{
+ npctalk3 l("Hi. This is a very historic building - the former residence of the red queen no less!");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+