Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
m
→Examples
imported>JustinOther m (→Examples) |
imported>JustinOther m (→Examples) |
||
Line 17: | Line 17: | ||
If (iButton != -1) | If (iButton != -1) | ||
akNewContainer.RemoveItem(GetBaseObject(), 1, True) ; Silently remove token | akNewContainer.RemoveItem(GetBaseObject(), 1, True) ; Silently remove token | ||
If (iButton == | If (iButton == 0) ; Mage | ||
Debug.Notification("Mage selected") | Debug.Notification("Mage selected") | ||
ElseIf (iButton == 1) ; Thief | ElseIf (iButton == 1) ; Thief |