diff options
Diffstat (limited to 'npc/functions/timer.txt')
-rw-r--r-- | npc/functions/timer.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/timer.txt b/npc/functions/timer.txt index cd1684b94..ac7d130bd 100644 --- a/npc/functions/timer.txt +++ b/npc/functions/timer.txt @@ -46,6 +46,7 @@ function script maptimer { return .@i; } +// Same as maptimer() but deletes any previously running timer // maptimer2("<map>", <tick>, "<npc>::<event>") function script maptimer2 { .@c = getunits(BL_PC, .@players, false, getarg(0)); |