Difference between revisions of "Options Menu"
Jump to navigation
Jump to search
m
→Multilevel, looping menu: Sneaky semicolon
imported>JustinOther m (→Multilevel, looping menu: Commenting mishap) |
imported>JustinOther m (→Multilevel, looping menu: Sneaky semicolon) |
||
Line 139: | Line 139: | ||
If DragonsEnabled.GetValue() ; != 0 | If DragonsEnabled.GetValue() ; != 0 | ||
Debug.Trace("Dragons enabled.") | Debug.Trace("Dragons enabled.") | ||
Else ; If DragonsEnabled.GetValue() | Else ; If DragonsEnabled.GetValue() == 0 | ||
Debug.Trace("Dragons disabled.") | Debug.Trace("Dragons disabled.") | ||
EndIf | EndIf |