#onInitiativeEnter / onInitiativeExit?
1 messages · Page 1 of 1 (latest)
No direct event, but you can define pretty much any event with onChangeToken or onChangeSelection because they happen so often.
So you suggest to listen to onChangeToken and check if its in initiative. I can try this but im not sure if its a good idea because they are called pretty often...
Is there a way to check if onChangeToken is called due to a token leaving initiative?
OnChangeToken should generally be avoided. I doubt if it reacts to initiative anyway.
Why not use the before initiative change event to compare before and after lists to trigger your action?
Is this also called when clearing the initiative list?
Personally, I would have a "End Turn" macro. Then you can do initiative clean up there.
i think ill have it that way. But i would also like my ruleset to work with someone who clears the initiative in the initiative window without having to explain everyone to use my own buttons...