| Description | Sets the variable number to be used when missions are in progress. Internally, the game will check the specified global variable whenever it needs to know if a mission is running. |
|---|
| Parameters (v2) | 1) Global variable (VAR_INT)
|
|---|
| Games |  |
|---|
| Category | Mission |
|---|
| Command Name (IV) | SET_MISSION_FLAG |
|---|
| San Andreas |
|---|
| sascm.ini | 0180=1,declare_mission_flag %1d% |
|---|
| Example | 0180: declare_mission_flag $ONMISSION |
|---|
| Command Name | DECLARE_MISSION_FLAG |
|---|
| Vice City |
|---|
| sascm.ini | 0180=1,declare_mission_flag %1d% |
|---|
| Example | 0180: declare_mission_flag $onmission |
|---|
| Command Name | DECLARE_MISSION_FLAG |
|---|
| GTA III |
|---|
| gtascm.ini | 0180=1,declare_mission_flag %1d% |
|---|
| Example | 0180: declare_mission_flag $ONMISSION |
|---|
| Command Name | DECLARE_MISSION_FLAG |
|---|