From 6f109610556f180530c4a8627e246357124ab062 Mon Sep 17 00:00:00 2001 From: NinjaPleezAC <121171014+NinjaPleezAC@users.noreply.github.com> Date: Sun, 5 Feb 2023 03:31:40 -0800 Subject: Document SMART_ACTION_CALL_TIMED_ACTIONLIST param3 (#867) * Document SMART_ACTION_CALL_TIMED_ACTIONLIST param3 Adds documentation for param3 of SMART_ACTION_CALL_TIMED_ACTIONLIST * Update docs/smart_scripts.md --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- docs/smart_scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 7ee505e..49ec860 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -299,7 +299,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_RESET_SCRIPT_BASE_OBJECT | 77 | | | | | | | | | SMART_ACTION_CALL_SCRIPT_RESET | 78 | | | | | | | | | SMART_ACTION_SET_RANGED_MOVEMENT | 79 | attackDistance | attackAngle | | | | | Sets movement to follow at a specific range to the target. | -| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | | | | | | +| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | allowOverride (0 - Must finish current actionlist, 1 - Allow starting new actionlist during previous actionlist) | | | | | | SMART_ACTION_SET_NPC_FLAG | 81 | creature_template.npcflag | | | | | | | | SMART_ACTION_ADD_NPC_FLAG | 82 | creature_template.npcflag | | | | | | | | SMART_ACTION_REMOVE_NPC_FLAG | 83 | creature_template.npcflag | | | | | | | -- cgit