Difference between revisions of "Options Menu"

2 bytes removed ,  07:44, 13 June 2012
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 (iButton != -1) ; Wait for input
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
Anonymous user