init.denyChange: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Creating page for init.denyChange, coming in 1.8)
 
m (Conversion script moved page init.denyChange to Init.denyChange without leaving a redirect: Converting page title to first-letter uppercase)
(No difference)

Revision as of 22:36, 9 February 2023

init.denyChange

Introduced in version 1.8

You can set this variable to 1 in an onInitiativeChangeRequest event handler to cancel the requested initiative change. It is important to remember that there can be multiple handlers for this event, so even if one handler has allowed the change there may be another one that will deny it.

See the Guide to Initiative Events for more details.

Usage

<!-- @onInitiativeChangeRequest -->
<!-- cancel change if condition -->
[h, if(condition): init.denyChange = 1]

Version Changes

  • 1.8 - Added variable for use in Initiative Events