summaryrefslogtreecommitdiff
path: root/npc/new_11-1-snow-village/startrek.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_11-1-snow-village/startrek.txt')
-rw-r--r--npc/new_11-1-snow-village/startrek.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/new_11-1-snow-village/startrek.txt b/npc/new_11-1-snow-village/startrek.txt
new file mode 100644
index 00000000..72afe5e3
--- /dev/null
+++ b/npc/new_11-1-snow-village/startrek.txt
@@ -0,0 +1,18 @@
+new_11-1.gat,79,77,0 script Kirk 133,{
+ mes "[Capt. Kirk]";
+ mes "\"Spock: We're breaking the prime directive.";
+ mes "This is not the right way to have the first contact.\"";
+ close;
+}
+
+new_11-1.gat,81,77,0 script Spock 134,{
+ mes "[Spock]";
+ mes "\"Live long and prosper captain.\"";
+ next;
+
+ mes "[Spock]";
+ mes "\"trr...Spock to Scotty...";
+ mes "Beam me to the elves village...";
+ mes "I will hide there.\"";
+ close;
+}