- Joined
- May 31, 2017
- Messages
- 94
- Reaction score
- 11
- First Language
- English
- Primarily Uses
- RMMV
Yeah, I'm definitely using quite a bit of plugins, but it looks like its the same thing when I use it in a brand new project. Here is the JS settings:

My goal was to keep the normal TP gains from attacks and taking damage that I have instead of using the formula in your plugin. Basically, all I'm trying to do is create an Absorb TP ability that displays the amount of TP drained. The way I was currently doing this without your plugin is typing this in the formula:
a.gainTp(35); b.gainTp(-35); 0
But there's a couple of problems with it.. it doesn't show the amount of TP absorbed and it shows a 0 for damage taken. The ability is only meant to absorb TP, not deal damage.
I also have another ability that absorbs HP, MP, and TP all in one ability, and it currently only displays HP and MP absorbed. Ideally, I'd like all 3 to be shown.

My goal was to keep the normal TP gains from attacks and taking damage that I have instead of using the formula in your plugin. Basically, all I'm trying to do is create an Absorb TP ability that displays the amount of TP drained. The way I was currently doing this without your plugin is typing this in the formula:
a.gainTp(35); b.gainTp(-35); 0
But there's a couple of problems with it.. it doesn't show the amount of TP absorbed and it shows a 0 for damage taken. The ability is only meant to absorb TP, not deal damage.
I also have another ability that absorbs HP, MP, and TP all in one ability, and it currently only displays HP and MP absorbed. Ideally, I'd like all 3 to be shown.