summaryrefslogtreecommitdiff
path: root/localserver/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-29 00:53:48 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-29 00:53:48 -0200
commit27bb73c645b15d52957b1da8c19eec9a084b5850 (patch)
tree60aea64d8accf39f67bd46a9b02133de425bbfae /localserver/npc
parentabd67742ba1ac87581397d6541de5b0e98789ce3 (diff)
downloadtools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.gz
tools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.bz2
tools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.xz
tools-27bb73c645b15d52957b1da8c19eec9a084b5850.zip
New "config" file
Diffstat (limited to 'localserver/npc')
-rw-r--r--localserver/npc/017-1_stranger_blackbox.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/localserver/npc/017-1_stranger_blackbox.txt b/localserver/npc/017-1_stranger_blackbox.txt
new file mode 100644
index 0000000..16f9f23
--- /dev/null
+++ b/localserver/npc/017-1_stranger_blackbox.txt
@@ -0,0 +1,14 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+// Description:
+// This is the “Stranger” black box.
+// It contains the answers to all the riddles.
+// This file is kept outside the main tree for translation purposes.
+// You thought you could cheat the answers, eh?
+
+function script 0171_Stranger_BlackBox {
+ mesc l("Check if black boxes won't bust language system!");
+ mesc l("Translators: No need to translate this string. It'll be removed.");
+ return;
+}