Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
→Examples
imported>Threedee |
imported>Threedee |
||
Line 13: | Line 13: | ||
If akNewContainer == Game.GetPlayer(); Only the player | If akNewContainer == Game.GetPlayer(); Only the player | ||
Int iButton = OptionsMESG.Show() ; Shows your menu. | Int iButton = OptionsMESG.Show() ; Shows your menu. | ||
akNewContainer.RemoveItem(self, 1, True) ; Silently remove token from the player | akNewContainer.RemoveItem(self, 1, True) ; Silently remove token from the player | ||
If iButton == 0 ; Mage | If iButton == 0 ; Mage | ||
Debug.Notification("Mage selected") | Debug.Notification("Mage selected") |