GTAG - Modding - Opcode Database - 098E
Opcode Database
098E
Description | Sets the specified enex flag. This opcode is similar to 09B4. Warning: These options will be saved with the game. Known Enex Flags 0x2 - Don't make player perform "walk through door" task 0x20 - Allow cars and aircraft 0x40 - Allow bikes and motorcycles 0x80 - Forbid characters on foot 0x200 - Don't fade in after teleport 0x800 - Disable connected exit 0x1000 - Is burglary house 0x4000 - Is active 0x8000 - Delete when used |
---|---|
Parameters (v2) | 1) String (TEXT_LABEL) 2) Integer (INT) 3) Boolean (1 or 0) (INT) |
Games | |
Category | Entry/Exit, Unknown |
San Andreas | |
sascm.ini | 098E=3,set_named_entry_exit_flag %1g% bitmask %2d% to %3h% |
Example | 098E: set_named_entry_exit_flag 'FDPIZA' bitmask 512 to 1 |
Command Name | SET_NAMED_ENTRY_EXIT_FLAG |