How does this affect TriggerExecute commands?
Is the trigger I've just executed put in the back of the line, or is it actually run right now as intended?
The apply-after-buff problem you've described above can be solved by registering the post-buff on a post-buff callback, if one exists. I see no reason to write the whole code in a single function.
moshewe AuthorHow does this affect TriggerExecute commands? Is the trigger I've just executed put in the back of the line, or is it actually run right now as intended?
The apply-after-buff problem you've described above can be solved by registering the post-buff on a post-buff callback, if one exists. I see no reason to write the whole code in a single function.