Created
July 3, 2020 21:38
-
-
Save collinticer/7287abaa44640b3cf2608bfa84014091 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XCTRLSTYLE 2, 3 | |
CONTROLLER 1 OUT ControllerType | |
IF ControllerType == 4 OR ControllerType == 5 THEN | |
PRINT "Ah! A wizard just like me!" | |
ELSE | |
PRINT "Nothing to see here." | |
END IF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment