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
| /******************************************************************************/ | |
| // SIMPLE INPUT RECORD/PLAYBACK | |
| // (c) 2015 Brian Provinciano | |
| // | |
| // You are free to use this code for your own purposes, no strings attached. | |
| // | |
| // This is a very basic sample to record and playback button input. | |
| // It's most useful when activated on startup, deactivated on shutdown for | |
| // global button recording/playback. | |
| // |
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
| Start | |
| : Section+ | |
| ; | |
| Section | |
| : Header ContentParam* | |
| ; | |
| Header | |
| : <leftBracket> <name> HeaderParam* <rightBracket> |
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
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |