AddUnitStart

From Final Fantasy Hacktics Wiki
(Redirected from Event Instruction 49)
Jump to navigation Jump to search

{49} AddUnitStart

AddUnitStart()

Creates an independently running block inside the event to load one or many units in the game. Does not slow down the event in any way, but make sure to use {4B} WaitAddUnitEnd before using instructions on the new units.

There is no need to use {48} WaitAddUnit after each unit inside this block.


See also: {45} AddUnit{4A} AddUnitEnd{4B} WaitAddUnitEnd