Difference between revisions of "FF8/Field/Script/Opcodes/090 CTURN"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Shard
Qhimm>Albeoris
(Created page with "* Opcode: '''0x090''' * Short name: '''CTURN''' * Long name: Turn to face character ==== Argument ==== none ==== Stack ==== : ''Entity ID to face'' : ''Duration of tur...")
Line 3: Line 3:
* Long name: Turn to face character
* Long name: Turn to face character


==== Argument ====
==== Argument ====


none
none


==== Stack ====
==== Stack ====
:''Entity ID to face''
:''Duration of turn (frames)''
:'''CTURN'''


==== Description ====
: ''Entity ID to face''
: ''Duration of turn (frames)''
: '''CTURN'''
 
==== Description ====


Make this entity face the entity with the ID of the first parameter. That parameter is always set with [[FF8/Field/Script/Opcodes/013_PSHAC|PUSHAC]].
Make this entity face the entity with the ID of the first parameter. That parameter is always set with [[FF8/Field/Script/Opcodes/013_PSHAC|PUSHAC]].

Revision as of 14:26, 24 March 2018

  • Opcode: 0x090
  • Short name: CTURN
  • Long name: Turn to face character

Argument

none

Stack

Entity ID to face
Duration of turn (frames)
CTURN

Description

Make this entity face the entity with the ID of the first parameter. That parameter is always set with PUSHAC.