Changes
Jump to navigation
Jump to search
no edit summary
* Opcode: '''0x26'''
* Short name: '''BLINK'''
* Long name: Character Blink
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x26
! width="40" | ''S''
|}
==== Arguments ====
* '''const UByte''' ''S'': Switch on/off (0/1, respectively).
==== Description ====
Specifies whether the eyes of the current entity's visible object should blink at random intervals. As there is no argument to specify which character this refers to, this opcode must be placed in the correct character entity's script.
To open or shut the character's eyes (change the eye texture used), use [[FF7/Field/Script/Opcodes/28 KAWAI|KAWAI]].
* Short name: '''BLINK'''
* Long name: Character Blink
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x26
! width="40" | ''S''
|}
==== Arguments ====
* '''const UByte''' ''S'': Switch on/off (0/1, respectively).
==== Description ====
Specifies whether the eyes of the current entity's visible object should blink at random intervals. As there is no argument to specify which character this refers to, this opcode must be placed in the correct character entity's script.
To open or shut the character's eyes (change the eye texture used), use [[FF7/Field/Script/Opcodes/28 KAWAI|KAWAI]].