/* OVERVIEW OF THE CUSTOM VARIABLES STACK */
Custom variables are used to record various information on all sorts of in-game events and misc counters.

/* FUNCTIONS */
int getValue ;
customvar GetById 0 GetValue getValue ;

int setValue = 2 ;
customvar GetById 0 SetValue setValue ;

