Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0AB3

Opcode Database

0AB3

DescriptionSets a new value of the global CLEO variable. These variables can be used to data communication between CLEO threads, or between CLEO and the main.scm. The total number of such variables is 100. Their values are saved in the CLEO save.
This variables can be used in the main.scm as alternative to the common global variables.

Parameters:
1 = global variable ID. Should be in a range of 0..999
2 = new value for the variable. (any number).
Parameters (v2)1) Integer (INT)
2) Integer or Float (ANY)
Gamessa
CategoryCLEO 3
San Andreas
sascm.ini0AB3=2,set_cleo_shared_var %1d% to %2d%
Example0AB3: set_cleo_shared_var 0 to 10
Command NameSET_CLEO_SHARED_VAR

<< 0AB2

0AB4 >>