Function ( fun )
Types of functions
Type Indicator
Index
Description
Setter
_
function
The function is executed and returns the value
Void
$
function
The function is performed without consequence
Rule for writing a function
The key is specified in double quotes
fun: "Key"
Void functions
Key
Function
$apply
Causes a player kill event
$close
Closes the notebook menu
Setters functions
Key
Function
_target
Picks the next victim
_incident
Selects the following incident from the list
_time
Selects the following time from the list
Last updated