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

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x04E''' * Short name: '''UCOFF''' * Long name: User Control Off ==== Argument ==== none ==== Stack ==== none ==== Description ==== Disable user control. Play...")
 
m (4 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: User Control Off
 
* Long name: User Control Off
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
 +
 
 
none
 
none
  
==== Description ====
+
==== Description ====
  
 
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.
 
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 05: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.