Created
November 22, 2014 05:22
-
-
Save maxdeviant/b20ea4bf75be44b5aa37 to your computer and use it in GitHub Desktop.
ParadiseScript Example
This file contains 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
create hotel | |
note Description of the hotel. | |
program enter hotel | |
usage check into | |
create lobby | |
note A grand lobby. | |
create reception desk | |
leave | |
leave | |
create elevator | |
create floor one | |
create room 101 | |
leave | |
create room 102 | |
leave | |
leave | |
create floor two | |
leave | |
create floor three | |
leave | |
create floor four | |
leave | |
leave | |
leave |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment