Difference between revisions of "Case"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {06} {{IE_06}} = {{IE_06_ex}} If the assigned Value matches the value of the variable specified in the previous {05} {{IE_05}} instruc...")
 
m (Xifanie moved page Event Instruction 06 to Case)
 
(No difference)

Latest revision as of 14:26, 22 February 2021

{06} Case

Case(xVALU)

If the assigned Value matches the value of the variable specified in the previous {05} Switch instruction, then it executes the code below until it encounters a {08} Break or {09} EndSwitch.

Otherwise, it will attempt the {06} Case instructions.


See also: {05} Switch{07} Default{08} Break{09} EndSwitch


Value : Half-Word (hex)

Value to use as a comparison for the previously specified Variable ID.