FF7/Field/Script/Opcodes/7E TLKON
< FF7 | Field | Script | Opcodes
Jump to navigation
Jump to search
Revision as of 12:34, 4 April 2018 by my_wiki>BukTop (1 revision imported)
- Opcode: 0x7E
- Short name: TLKON
- Long name: Talk Switch
Memory layout
0x7E | S |
---|
Arguments
- const UByte B: Switch on/off (0/1, respectively).
Description
Turns on or off, for an entity, the ability for the playable character to interact with the entity by pressing the [X] button. More precisely, this enables or disables the On Press script (script 2); if set to off, script 2 will not execute when the button is pressed and the player is facing the entity's object. If set to on, the script will execute, as normal.