Anonymous

Changes

From Final Fantasy Inside

FF8/Field/Script/Opcodes/090 CTURN

3 bytes added, 05:24, 23 May 2019
m
5 revisions imported
* Opcode: '''0x090'''
* Short name: '''CTURN'''
* Long name: Turns 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 [[FF8/Field/Script/Opcodes/013_PSHAC|PUSHAC]], not with any other push command.