Difference between revisions of "FF7/Field/Script/Opcodes/A3 ANIME1"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Synergy Blades
 
Qhimm>Synergy Blades
(No difference)

Revision as of 23:37, 12 September 2006

  • Opcode: 0xA3
  • Short name: ANIME1
  • Long name: Wait While Animate/Return

Memory layout

0xA3 A S

Arguments

  • const UByte A: Animation ID for this entity's field object.
  • const UByte S: Speed the animation is played at. Higher numbers indicate slower animations.

Description

Plays the animation found at ID A in this entity's field object, at the speed marked by S. When the animation is completed, the field object returns to its original state.

The current script's execution is halted whilst the animation is played, and continues when the animation has completed.