READ THIS OR YOU'LL BE VERY CONFUSED A prototype for a mini RPG maker thing. Press space to do something. Commands are: Weapon: Create a weapon type or a weapon itself. Enemy: Create an enemy. Class: Create stats for the player. Element/Item: Do nothing so far. Battle: Process a turn based battle. Choose an enemy and player class (List number, not full id), the weapon the player will use, the level of the player, and watch. IMPORTANT: When making anything, do not exceed 99 or the stats for the object will not work properly. Items and elements do nothing because scratch started lagging and I got scared. Don't click stop or start or you'll lose everything. Sorry.
I spent about an hour on this. Consists of 1 very very long script and 1 reset script. I need to: -Make items work. -Make elements do something. -Make agility matter. -Find a way to fix enemy healing. -Allow the deletion of a specific object in a list.