Difference between revisions of "FF7/Field/Script/Opcodes/DE TURNW"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
my_wiki>Akari
Line 12: Line 12:
  
 
==== Description ====
 
==== Description ====
Halts execution of the current script for a preceding turn to complete. When the object has fully turned, execution continues.
+
Halts execution of the current script for a preceding turn to complete. When the object has fully turned, execution continues. This works fine, exept TURN, TURNGEN and TURA is waitable opcode itself, so this is ignored. Perhaps this is deprecated opcode.

Revision as of 17:34, 19 December 2007

  • Opcode: 0xDE
  • Short name: TURNW
  • Long name: Wait for Turn

Memory layout

0xDE

Arguments

None.

Description

Halts execution of the current script for a preceding turn to complete. When the object has fully turned, execution continues. This works fine, exept TURN, TURNGEN and TURA is waitable opcode itself, so this is ignored. Perhaps this is deprecated opcode.