diff options
Diffstat (limited to 'npc/functions/timer.txt')
-rw-r--r-- | npc/functions/timer.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/timer.txt b/npc/functions/timer.txt index 1b5fa8c57..17a7d4b68 100644 --- a/npc/functions/timer.txt +++ b/npc/functions/timer.txt @@ -1,3 +1,6 @@ +// Evol Script +// Authors: Gumi, Jesusalva + // areatimer("<map>", <x1>, <y1>, <x2>, <y2>, <tick>, "<npc>::<event>") function script areatimer { .@c = getunits(BL_PC, .@players, false, getarg(0), getarg(1), getarg(2), getarg(3), getarg(4)); |