RGSS Formula Variables
A formula is just a ruby statement. Any valid ruby statement can be used in this case, including conditional branches, other method calls, and so on. For example, you can provide a damage formula...
A formula is just a ruby statement. Any valid ruby statement can be used in this case, including conditional branches, other method calls, and so on. For example, you can provide a damage formula...
The lite version of RPG Maker VX Ace does not allow you to edit scripts in the editor. However, because it uses the same engine, it still loads scripts from the Scripts.rvdata2 . As...
With the abundance of note boxes in RPG Maker VX Ace, scripters have turned to note-tagging to add extra data to various objects like actors, skills, or maps. The ability to write scripts that...
This tutorial shows how to set up elemental absorb. In the database editor, you will find a feature called “element rate” But what does it mean to have a negative element rate?
This tutorial goes over the Tile Swap script. It explains how the script is used and provides a full working example that demonstrates each step involved in successfully swapping tiles.
Crypt-EX is a script that provides a custom archive format that provides a different way to pack your data and graphic resources. This tutorial attempts to provide english instructions to get it to work...