Category: Tutorials

RGSS Formula Variables 2

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...

Tutorial: Easy Tile Swapping 9

Tutorial: Easy Tile Swapping

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.