diff options
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); |