Description | Sets the name for the script brain, enabling it to be initiated by the EXE. This is only used once in the original game, to launch the script for peds in houses for burglary missions. |
---|
Parameters (v2) | 1) Integer (INT) 2) String (TEXT_LABEL)
|
---|
Games | |
---|
Category | |
---|
San Andreas |
---|
sascm.ini | 07D3=2,register_script_brain_for_code_use %1x% as %2g% |
---|
Example | 07D3: register_script_brain_for_code_use 23 as 'HOUSE' |
---|
Command Name | REGISTER_SCRIPT_BRAIN_FOR_CODE_USE |
---|