Difference between revisions of "Switch"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {05} {{IE_05}} = {{IE_05_ex}} Executes a Switch statement based off the value in the corresponding variable. See also: [[Event_Instruction_06|{06} {{IE_06}}]...")
 
m (Xifanie moved page Event Instruction 05 to Switch)
 
(No difference)

Latest revision as of 14:26, 22 February 2021

{05} Switch

Switch(xVR)

Executes a Switch statement based off the value in the corresponding variable.


See also: {06} Case{07} Default{08} Break{09} EndSwitch


Variable : Byte (hex)

Variable ID containing the value to be verified by the {06} Case instructions.