Category: RGSS3

10

Message Face Control

This script provides a message code that allows you to change the face that will be displayed in the message box. This allows you to display different faces in the middle of a message....

17

Event Wait Command

This script introduces a new command that allows you to tell an event to stop and wait until a certain condition is met before proceeding. RPG Maker comes with a wait command, but that is...

2

Placeholder Graphics

This script allows you to use placeholder graphics for your events. The appropriate graphics will be chosen automatically by the engine during the game. This script is focused on actors and allows you to...

18

Pre-Skill Effects

By default, effects assigned to skills or items are executed after skill or item is executed. This script allows you to specify that certain effects should be executed before the skill or item is...

23

Character Sprite Zooming

This script allows you to control the zoom-level for character sprites, which includes the player, followers, events, and the default vehicles. All it does is change the look of the sprite. Functions are available for...

2

Picture Anchors

This script introduces the concept of “picture anchors”. An anchor is a tool that fixes an object to a certain position. A picture anchor functions the same way: it fixes the picture to a certain position....