diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index fbded8d41..dde0c1823 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6155,7 +6155,7 @@ Size is 0 = normal 1 = small 2 = big. *addtimer <ticks>,"NPC::OnLabel"; *deltimer "NPC::OnLabel"; -*addtimercount <ticks>,"NPC::OnLabel"; +*addtimercount "NPC::OnLabel",<ticks>; These commands will create, destroy, and delay a countdown timer - 'addtimer' to create, 'deltimer' to destroy and 'addtimercount' to delay |