Difference between revisions of "T1 Cast Revive"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Front Jump(?) LoadFrameWait(13,06) #unit is crouching here LoadFrameWait(37,04) #swing one arm upward LoadFrameWait(38,04) MoveBackward2() LoadFrameWait(1C,02) #th...")
 
m (Talcall moved page T1 Dragoon Jump to T1 Cast Revive: Thanks Elric)
 
(No difference)

Latest revision as of 04:06, 10 November 2022

Front Jump(?)
LoadFrameWait(13,06)			#unit is crouching here
LoadFrameWait(37,04)			#swing one arm upward
LoadFrameWait(38,04)
MoveBackward2()
LoadFrameWait(1C,02)			#then hold both arms up, and wait for weapon sheathe check
WeaponSheatheCheck2(FE)
MoveForward2()
LoadFrameWait(38,04)			#and lower one arm
LoadFrameWait(37,06)
PauseAnimation()
Back Jump(?)
LoadFrameWait(14,06)
LoadFrameWait(41,04)
LoadFrameWait(42,04)
MoveBackward2()
LoadFrameWait(1E,02)
WeaponSheatheCheck2(FE)
MoveForward2()
LoadFrameWait(42,04)
LoadFrameWait(41,06)
PauseAnimation()