summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-31 17:15:07 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-31 17:15:07 -0300
commit2728825d0286e752e08f9679b299547144323257 (patch)
treef72382bc2e15404c22fb093cbe16360ca76b800c /npc/functions/main.txt
parent336ec4924f7d8a60899bebdba5bf00b1de4fdf0f (diff)
downloadserverdata-jesusalva/tutorial.tar.gz
serverdata-jesusalva/tutorial.tar.bz2
serverdata-jesusalva/tutorial.tar.xz
serverdata-jesusalva/tutorial.zip
Implement `@tutorial` and add the tutorial book in 001-2-5.jesusalva/tutorial
This is not TMW Ian, it is TMW-BR one, ported by Moubootaur Legends. Thus, it is more advanced, lenghty, and have most of unique Evol features.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index b620be0c..e31b02d0 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -36,6 +36,10 @@ function script g {
return Sex == 0 ? getarg(0) : getarg(1);
}
+function script b {
+ return "##B" + getarg(0) + "##b";
+}
+
function script col {
.@color = getarg(1);
if (.@color < 0) .@color = 0;