Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
m
→Notes: Indices don't change
imported>JustinOther m (Added bit about using a potion.) |
imported>JustinOther m (→Notes: Indices don't change) |
||
Line 155: | Line 155: | ||
*To conditionalize buttons upon script/quest variables, use [[GetVMScriptVariable]] and [[GetVMQuestVariable]]. | *To conditionalize buttons upon script/quest variables, use [[GetVMScriptVariable]] and [[GetVMQuestVariable]]. | ||
*To hide buttons you wish to fill in later, add an impossible condition like 'IsXBox == -1'. | *To hide buttons you wish to fill in later, add an impossible condition like 'IsXBox == -1'. | ||
* Conditionalizing MessageBox buttons will not change their indices such that, for instance, button 9 will still execute the "Done" code in the last example even if buttons 0-8 are hidden. | |||
== See Also == | == See Also == |