Difference between revisions of "Options Menu"
m
no edit summary
imported>JustinOther m (Swapped Game.GetPlayer() for PlayerREF property as it's so much faster) |
imported>JustinOther m |
||
Line 14: | Line 14: | ||
If akNewContainer == PlayerREF ; Only the player | If akNewContainer == PlayerREF ; Only the player | ||
Int iButton = OptionsMESG.Show() ; Shows your menu. iButton == -1 until input | Int iButton = OptionsMESG.Show() ; Shows your menu. iButton == -1 until input | ||
If | If iButton != -1 ; Wait for input | ||
PlayerREF.RemoveItem(MenuARMO, 1, True) ; Silently remove token | PlayerREF.RemoveItem(MenuARMO, 1, True) ; Silently remove token | ||
If iButton == 0 ; Mage | If iButton == 0 ; Mage |