Conditions
Radius trigger scripts can be affected by different
conditions, such as whether all existing monsters of
a certain type are dead. Every condition must be
satisfied before the script can run. The script will
be stopped again if any one of the conditions becomes
false.
List of commands
ON_DEATHScript will only run when certain things are killed.
ON_HEIGHT
Script will only run when a sectors floor or ceiling gets to a
certain height.
ON_CONDITION
Script will only run when a specified condition has been met.
TAGGED_USE
Script will only run when player presses USE inside the scripts radius.