Function ( fun )

Fun is short for function, so learn fun (✿◠‿◠)

Types of functions

Basically, it's not an important part and you don't even have to study it.

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