Overlay Maps – layered maps in Ace
This script allows you to create “overlay maps” on top of each other. In other words, map layers. Overlay maps allow you to create much more visually attractive maps since you now have control...
This script allows you to create “overlay maps” on top of each other. In other words, map layers. Overlay maps allow you to create much more visually attractive maps since you now have control...
Ace provides three event spans: Battle – activates at most once per battle Turn – activates at most once per turn Moment – activates whenever events are checked This script adds additional spans for...
This script allows you to force an action with your skill, depending on whether the enemy has a specific state applied or not.
This script extends the interpreter by allowing you to create a “counted loop”. All commands inside a counted loop will repeat until you reach the total loop count.
This script provides a shop scene for the Tactics Ogre PSP Crafting system written by Mr. Bubble. It allows you to set up crafting shops. The shop scene allows you to choose what recipe books...
This script adds “permanent states” (perma-states) to your game. A perma-state is just a state, except they are not removed upon death (or other state-clearing conditions). A permastate is useful for managing features on your...