Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/34 PDIRA

275 bytes added, 05:16, 23 May 2019
m
3 revisions imported
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x34
! width="40" | ''PC''
|}
==== Arguments ====
* '''const UByte''' ''PC'': Party member Character ID to face.
==== Description ====
Instantly turns the field object to face the party member specified by '''PC'''. In contrast to [[FF7/Field/Script/Opcodes/35 PTURA|PTURA]], the turn is not gradual, and the parameter is not a party member ID (from 0 for the first to 2 for the third in the party), but a Character ID (like in [[FF7/Field/Script/Opcodes/CD MMBud|MMBud]]).If the specified character ID is not in your party, the field object will turn to the main character.