Difference between revisions of "FF8/Field/Script/Opcodes/04E UCOFF"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Albeoris
(Created page with "* Opcode: '''0x04D''' * Short name: '''UCON''' * Long name: User Control On ==== Argument ==== none ==== Stack ==== none ==== Description ==== Enables user control...")
ffrtt>BukTop
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Opcode: '''0x04D'''
* Opcode: '''0x04E'''
* Short name: '''UCON'''
* Short name: '''UCOFF'''
* Long name: User Control On
* Long name: User Control Off


====  Argument  ====
====  Argument  ====
Line 13: Line 13:
====  Description  ====
====  Description  ====


Enables user control. See [[FF8/Field/Script/Opcodes/04E_UCOFF|UCOFF]] for details.
Disable user control. Player will only be able to press "ok" (and pause?) to advance through dialogue. Ends when [[FF8/Field/Script/Opcodes/04D_UCON|UCON]] is called.

Latest revision as of 04:24, 23 May 2019

  • Opcode: 0x04E
  • Short name: UCOFF
  • Long name: User Control Off

Argument

none

Stack

none

Description

Disable user control. Player will only be able to press "ok" (and pause?) to advance through dialogue. Ends when UCON is called.