diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 19:53:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 19:53:21 -0300 |
commit | 359aa55cf8dc0e1484e0153b46e0f6beccf5d15c (patch) | |
tree | b2f49ce430afdca113eb181c3991a1e347344311 /npc/functions/main.txt | |
parent | b732d581cebcc97f5a831cf3775525942acc7020 (diff) | |
download | serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.gz serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.bz2 serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.tar.xz serverdata-359aa55cf8dc0e1484e0153b46e0f6beccf5d15c.zip |
Delete various unused functions, and unify random talk in a single script file.
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index f6ef53a44..097c21060 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -1,9 +1,11 @@ +// TMW2 Script // Evol functions. // Authors: // 4144 // Travolta +// Jesusalva // Description: -// Build in functions. +// Built-in essential functions. function script menuimage { return getarg(0) + "|" + getarg(1); |