Category:Event

From RPTools Wiki
Revision as of 10:32, 14 October 2011 by Wolph42 (talk | contribs)
Jump to navigation Jump to search

Events are ways to execute macros without direct user input.

There are three kinds of events.

  • frame based events. These require a frame to be opened and are specified in the HTML header of that frame (onChangeSelection, onChangeImpersonated).
  • 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).

This is not complete yet! Work in progress