• Opcode: 0x061
  • Short name: HIDE
  • Long name: Hide entity

Argument

none

Stack

none

Description

Hides this entity’s model on the field: sets the hide flag (bit 3 of the control flags at +352) and makes the model instance invisible. As a side effect it also disables the entity’s push and talk scripts (sets +585 and +587). No stack use. See also SHOW.

PC handler: SCRIPT_HIDE.

Function addresses

Function Address Description
SCRIPT_HIDE 0x51EB40 Field script opcode handler (verified IDA function)