Category: RGSS3
Connected Maps
By default, RPG Maker displays one map when you are in the map scene. However, this map can be manipulated at runtime. This script allows you to connect maps together, providing a seamless transition...
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...
Troop Event Spans
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...
Effect: State Action
This script allows you to force an action with your skill, depending on whether the enemy has a specific state applied or not.
Counted Loops
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.