Difference between revisions of "BlockStart"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {2A} {{IE_2A}} = A block is a portion of the event played in a separate process. When the game finds a block, it will start executing it and will a...")
 
Line 1: Line 1:
= [[Event_Instruction_2A|{2A} {{IE_2A}}]] =
+
= {2A} {{IE_2A}} =
A block is a portion of the event played in a separate process.
+
{{IE_2A_ex}}
  
When the game finds a block, it will start executing it and will also resume the event whatever there is after the block at the same time.
+
{{IE_2A_desc}}
  
  
 
See Also: [[Event_Instruction_E5|{E5} {{IE_E5}}]](x08,x00)
 
See Also: [[Event_Instruction_E5|{E5} {{IE_E5}}]](x08,x00)

Revision as of 01:01, 3 January 2014

{2A} BlockStart

BlockStart()

A block is a portion of the event played in a separate process.

When the game finds a block, it will start executing it and will also resume the event whatever there is after the block at the same time.


See Also: {E5} WaitForInstruction(x08,x00)