Direction Fix Button
This script allows you to assign a button that will fix the player’s direction when the button is pressed. This is useful if you wish to allow players to lock their direction while moving, for example...
This script allows you to assign a button that will fix the player’s direction when the button is pressed. This is useful if you wish to allow players to lock their direction while moving, for example...
Previously we created a simple pause screen that simply showed a pause picture, paused the game, and waited until the player presses a specific button to unpause the game. While the pause screen is displayed,...
Recently I received a request for compatibility between Instance Items and Falcao’s Manastone Enchantment script. Since the script seemed interesting, I decided to write a compatibility patch.
Here’s a video tutorial that demonstrates how to create your own pause screen using events.
This is a series of tutorials focused on how to write a script using some sort of process. Some software engineers call these processes “Software Development Life Cycles“. Regardless of the process you use, these are typically...
This script allows you to control a character’s opacity settings on the map. You can increase or decrease the opacity, turning the character fully opaque (value of 255), or completely transparent (value of 0). You...