diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-31 17:15:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-31 17:15:07 -0300 |
commit | 2728825d0286e752e08f9679b299547144323257 (patch) | |
tree | f72382bc2e15404c22fb093cbe16360ca76b800c /npc/functions/main.txt | |
parent | 336ec4924f7d8a60899bebdba5bf00b1de4fdf0f (diff) | |
download | serverdata-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.txt | 4 |
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; |