Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 748 Bytes

File metadata and controls

40 lines (23 loc) · 748 Bytes

[command] trigger

Command to activate or disable a trigger. Not to be confused with the trigger element in settings.

Usage

. trigger ~next_on_right, action activate
<!-- ... -->
. trigger ~next_on_right, action deactivate

Attributes

  • name/~[trigger_name]: The trigger's internal name.
  • action: The action to perform:
    • "activate" to activate the trigger.
    • "deactivate" to disable the trigger.
  • ifvar: See conditionals
  • ifvalue: See conditionals
  • ifnot: See conditionals

Parents

Children

  • none

Related elements