Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
m
Syntax mishap
imported>JustinOther m (Drat! More grammar...) |
imported>JustinOther m (Syntax mishap) |
||
Line 15: | Line 15: | ||
If akNewContainer == Game.GetPlayer() ; Only the player | If akNewContainer == Game.GetPlayer() ; 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) | If (iButton !== -1) | ||
akNewContainer.RemoveItem(GetBaseObject(), 1, True) ; Silently remove token | akNewContainer.RemoveItem(GetBaseObject(), 1, True) ; Silently remove token | ||
If (iButton == 1) ; Mage | If (iButton == 1) ; Mage |