Category:Event: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(This is a stub; typographical tweaks)
m (Categorizing Event category. Even as a stub, it is pretty useful.)
Line 7: Line 7:
* '''Real events:''' these are executed automatically ([[onCampaignLoad]], [[onTokenMove]], [[onMultipleTokensMove]]).
* '''Real events:''' these are executed automatically ([[onCampaignLoad]], [[onTokenMove]], [[onMultipleTokensMove]]).
* '''Fake events:''' these are cunning workarounds to add events by macro that otherwise wouldn't be there ([[onMouseOverEvent]]).
* '''Fake events:''' these are cunning workarounds to add events by macro that otherwise wouldn't be there ([[onMouseOverEvent]]).
[[Category:Macro]]

Revision as of 23:47, 30 September 2019

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

Events are ways to execute macros without direct user input.

There are three kinds of events: