summaryrefslogtreecommitdiff
path: root/npc/functions/game-rules.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-18 09:39:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-18 09:39:19 -0300
commitf18bc2e21ab676ae0adbe21b266a8fec4a79db6f (patch)
tree11131b40bc53dfce469fb7b76cef74426c27ebbb /npc/functions/game-rules.txt
parent21154c8e621d9abd739519e93a6ed30f14c5a6fc (diff)
downloadserverdata-f18bc2e21ab676ae0adbe21b266a8fec4a79db6f.tar.gz
serverdata-f18bc2e21ab676ae0adbe21b266a8fec4a79db6f.tar.bz2
serverdata-f18bc2e21ab676ae0adbe21b266a8fec4a79db6f.tar.xz
serverdata-f18bc2e21ab676ae0adbe21b266a8fec4a79db6f.zip
When using useless [Book of Laws] and level > 30, you'll find a link for our
freely-provided bot software.
Diffstat (limited to 'npc/functions/game-rules.txt')
-rw-r--r--npc/functions/game-rules.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index baa60f14c..3a7fc1e97 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -47,6 +47,10 @@ function script GameRules {
narrator S_NO_NPC_NAME,
l("The next page begins to list the complex trading laws and political rules."),
l("All this seems unimportant to you right now.");
+ if (BaseLevel > 30) {
+ mesc l("However, there's a link to get a simple python bot software!");
+ mes "@@https://gitlab.com/TMW2/evol-all/tmw2_bot.py|Simple Python Bot (Linux/Windows/Mac)@@";
+ }
close;
}