Difference between revisions of "AddUnitEnd"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {4A} {{IE_4A}} = {{IE_4A_ex}} {{IE_49_desc}} See also: {45} {{IE_45}}{49} {{IE_49}} ― Event_Instruction_4B|{4B}...")
 
m (Xifanie moved page Event Instruction 4A to AddUnitEnd)
 
(No difference)

Latest revision as of 14:32, 22 February 2021

{4A} AddUnitEnd

AddUnitEnd()

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{49} AddUnitStart{4B} WaitAddUnitEnd