Text Adventure Engine | Version 1.4 ============================================= This project was intended to make creating a text adventure easier, simpler, and faster! This project was created entirely by me. How to create your own text adventure: Step 1: Enter the project (See inside) Step 2: Only alter the variables and lists with a "->" in front of them! Step 3: From there, it should be simple enough. Please be aware that all item names should be one word only. This project was not intended to be customized by any user other than myself, (because of it's complexity,) but if you an figure it out, then feel free to remix it! Make sure that if you do use it, please credit me. Also, please only remix it. If you try to backpack it, the scripts will malfunction. It has been a while since I've made a new game. This is mainly because I have been working on this one! If you have any questions, feel free to ask them to me! As mentioned in the above, all credit goes to me. Please realize that I have spent countless hours of my time putting in my best effort to bring something to you, the user. I only ask that if you remix this or use my work anywhere else, please give full credit to me. Thank you. - J-Craft
Version Log: <!> REJECT <!> This is no longer meeting standards. === 17 / 3 / 2017 === 1.0 - Initial Release - Pen-based text system, no longer using clones. - Easy to customize logic system, list based. - Organized scripts, small and easy to navigate. - Created a simple demo for experimentation and reference. === 17 / 3 / 2017 === 1.1 - Bug Fixes - Corrected the "Help" command, was missing information. - Polished the system commands, added a few more. 1.2 - Administrator Tools - Allowed users to use system commands. - Added the "//&&// AdminHelp" system command. 1.3 - Visuals Update - Made the input box look visually better. - Added an extra sprite. - Switched to utilizing stage as well. 1.4 - Bug Fixes - Fixed "exam" glitch, users could exam items they destroyed.