New account registration is temporarily disabled.

[RMMV] ACTION TIMES AND YANFLY CTB SYSTEM

Posts

Pages: 1
Hi, i need help to create a state that allow me to perform more than one action in a turn, because the 'Action Times' traits doesn't work with Yanfly CTB system. Thanks
SunflowerGames
The most beautiful user on RMN!
13323

You need to change something in the script or use the correct note tag in the correct way. There's probably a way around it, but no direct path I can see. First time looking at Java, so different than Ruby.

Perhaps look at

<CTB Order: +x>
* <CTB Order: -x>
* Moves target's position in the turn order by +x or -x. +x will make the
* target having to wait more before getting their turn while -x will make
* the target having to wait less. The effect is minimal and will only last
* for the current turn cycle.
* * Note: If you use this for multiple targets, each target will shift turns
* individually at a time.

There isn't a notetag can help me...
Pages: 1