Difference between revisions of "MessageBox Tutorial"
m
→Keeping multiple menus separated
imported>Haama |
imported>Haama |
||
Line 182: | Line 182: | ||
endif | endif | ||
end</pre> | end</pre> | ||
Note that each menu has a pair of corresponding numbers: Main menu, -1/1; Armor menu, -10/10; Weapon menu, -11/11. When you set Choosing to the corresponding number, that menu will be shown. See a better example of this in the [[ | Note that each menu has a pair of corresponding numbers: Main menu, -1/1; Armor menu, -10/10; Weapon menu, -11/11. When you set Choosing to the corresponding number, that menu will be shown. See a better example of this in the [[MessageBox Tutorial#Moving Between Multiple Menus]]. | ||
===Running the same choice for multiple frames=== | ===Running the same choice for multiple frames=== |