Difference between revisions of "Options Menu"

No change in size ,  16:58, 12 April 2012
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
Anonymous user