Difference between revisions of "FF7/Field/Script/Opcodes/D1 LINON"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
m (2 revisions imported)
 
Line 15: Line 15:
 
==== Description ====
 
==== Description ====
  
Turns on or off all the [[FF7/Field/Script/Opcodes/D0 LINE|LINE]]s in the current field; if set to off, none of the lines will be triggered by the character walking through them.
+
Turns on or off the [[FF7/Field/Script/Opcodes/D0 LINE|LINE]] that was registered by this entity in the current field. If set to off, the line will not be triggered by the character walking through them.

Latest revision as of 13:30, 14 October 2020

  • Opcode: 0xD1
  • Short name: LINON
  • Long name: Line Switch

Memory layout

0xD1 S

Arguments

  • const UByte S: Switch on/off (1/0, respectively).

Description

Turns on or off the LINE that was registered by this entity in the current field. If set to off, the line will not be triggered by the character walking through them.