Bas: Difference between revisions

Jump to navigation Jump to search
116 bytes removed ,  2 years ago
m
Simplify EventFlagSelector description
m (Update ArmorSelector)
m (Simplify EventFlagSelector description)
Line 169: Line 169:
|21
|21
|EventFlagSelector
|EventFlagSelector
|Checks whether a GameData flag is true. Its children denote elements to jump to if a flag is true.  A StringArray in the Extend section defines the flags to be checked. Usually 2 flags are checked, but in 1 case only 1 flag is checked.<ref>Npc_Rito_Hearts_BandVisibilityOff.bas</ref> The second string is usually '''default''', as a catch-all for when the flag is false. In a single case, both strings are flags. <ref>UR_M_Teba_Teba_DamageVisibility_On.bas</ref> If both are true, the first case evaluated as true will be run.
|Checks whether a GameData flag is true. A StringArray in the Extend section defines the flags to be checked. Known to accept 1 child plus a default case, but in a single instance there's no default case.<ref>Npc_Rito_Hearts_BandVisibilityOff.bas</ref> In another instance, both strings are flags. <ref>UR_M_Teba_Teba_DamageVisibility_On.bas</ref> If both are true, the first case evaluated as true will be run.
|Control
|Control
|-
|-
autopatrol
55

edits

Navigation menu