diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-29 00:53:48 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-29 00:53:48 -0200 |
commit | 27bb73c645b15d52957b1da8c19eec9a084b5850 (patch) | |
tree | 60aea64d8accf39f67bd46a9b02133de425bbfae /localserver | |
parent | abd67742ba1ac87581397d6541de5b0e98789ce3 (diff) | |
download | tools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.gz tools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.bz2 tools-27bb73c645b15d52957b1da8c19eec9a084b5850.tar.xz tools-27bb73c645b15d52957b1da8c19eec9a084b5850.zip |
New "config" file
Diffstat (limited to 'localserver')
-rwxr-xr-x | localserver/installconfigs.sh | 1 | ||||
-rw-r--r-- | localserver/npc/017-1_stranger_blackbox.txt | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/localserver/installconfigs.sh b/localserver/installconfigs.sh index 095c074..8653811 100755 --- a/localserver/installconfigs.sh +++ b/localserver/installconfigs.sh @@ -8,5 +8,6 @@ mkdir $CONF cp conf/* $CONF cp -f ${SD}/conf/channels.conf.base ${SD}/conf/channels.conf cp -f npc/motd-* ${NPC}/commands/ +cp -f npc/017-1_* ${NPC}/017-1/ mkdir versions echo "4" >versions/confver 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; +} |