From 60e367824750a3e2498a78b3d78367c0b8a499de Mon Sep 17 00:00:00 2001 From: jaBote Date: Sat, 7 Jun 2014 20:00:16 +0200 Subject: Fixed Bug Report 8226 Just reflecting correct behavior of addtimercount script command, which expects the parameters in the reverse order the documentation formerly said. --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ,"NPC::OnLabel"; *deltimer "NPC::OnLabel"; -*addtimercount ,"NPC::OnLabel"; +*addtimercount "NPC::OnLabel",; These commands will create, destroy, and delay a countdown timer - 'addtimer' to create, 'deltimer' to destroy and 'addtimercount' to delay -- cgit v1.2.3-70-g09d2