ESRANN'S ACTION POINT SYSTEM

RPG Maker VX Ace

Tiny changes to TP system

  • esrann
  • 02/16/2013 11:09 AM
  • 3373 views
I wanted to create an Action Point (AP) system for my project and felt the default TP system of 100 points/actor was too restricted. This bit of code allows you to create more dynamic TP system. You can assign a formula for calculating maximum TP, so the amout of TP grows when the actor levels up. See the Description and Usage sections for more information.

- esrann