Forget Condition Formulas
An actor can learn skills based on the class learnings. Now, an actor can also forget any learned skills with the use of “Forget Condition Formulas”. This new feature is available in the Learn...
An actor can learn skills based on the class learnings. Now, an actor can also forget any learned skills with the use of “Forget Condition Formulas”. This new feature is available in the Learn...
This script allows you to adjust an item’s stack size during the game. If you decrease the party’s stack size below the current number of items for that stack, the items are not deleted. Instead, you...
This script provides a set of convenience script calls for your checking equips. You can check actors based on their ID, or based on their position in the party. For example, you can check if an...
This script allows you to set the “stack” size for an item. By default, you can only have 99 instances of an item per stack. You can now set the stack size higher or...
An issue that I’ve come across often when writing event-related scripts is “how can I let the user check whether the leader satisfies some condition?” For example, I want to check whether the leader...
The Shop Manager now supports a new shop option called “price formula”. This allows you to set the price of a good using a formula. The basic use case is to allow you to...