Author: Hime

Passive Conditional States 24

Passive Conditional States

Neon Black provides a passive skills script that allows you to create skills that provide constant buffs using states. The states themselves are not added to the actor; instead, it pulls the states’ features and...

Item and Equip Skills 7

Item and Equip Skills

The RMScript Idea series focuses on mechanics or functionality that I’ve thought of, potentially based on existing games that I have seen or played. Equip skills are skills that are attached to your equips....

8

Menu Command Manager

An add-on for the Command Manager is available for party menu commands. The party menu is the menu where you manage your party, such as using items or skills outside of battle, equipping your actors, changing...

Understanding Instance Items 2

Understanding Instance Items

Some scripters have expressed confusion about how I have implemented Instance Items, so I have decided to explain how it is designed and how it works. I will discuss how add-ons can be written for it...

Alias is not Super! 0

Alias is not Super!

There is a bug in several of my scripts regarding aliasing and class inheritance, and this may be a very subtle issue and result in hours of debugging before you find it. The problem occurred when a scripter was writing...