YANFLY ENGINE ACE - INSTANT CAST

RPG Maker VX Ace

Allow certain skills/items to be cast instantly before battle phase.

  • YF
  • 12/21/2011 09:53 PM
  • 2007 views


Download Link

From the VX Yanfly Engines, instant cast properties have been a staple skill and item property. Instant cast makes a return in RPG Maker VX Ace. There’s a few changes made with instant casts.

1. For actors with multiple actions, instants will only occur if the first action is an instant. If the first action is not an instant the follow-up actions contain an instant, the instant will be treated as normal.

2. Any actions added on by instants will automatically trigger immediately after the instant finishes and will be treated as instants. This includes Active Chain Skills triggering from an instant.

3. If an enemy uses an instant, the enemy will gain an additional skill to use after using the said instant. This will apply whenever an enemy uses an instant skill, even if it was after the enemy’s first action.



Insert this notetag in skill or item noteboxes:

<instant>

Causes the action to be an instant action. If an instant action is selected first, then the action will be performed before the battle phase starts. If placed behind a non-instant action, the would-be instant action will be considered a normal action. If an enemy uses an instant action, no matter if it was used first or after, the enemy gains an additional action.

---

Original Blog Page