- Joined
- Jun 29, 2018
- Messages
- 57
- Reaction score
- 14
- First Language
- German
- Primarily Uses
- RMMV
Hey there,
I just try to implement with : my current TP Mode from .
I need the actual eval for the TP Mode. With: actor._tpMode i can atleast show the number of the actual Tp Mode.
Now is the question how I can display the name?
If I use actor.tpMode (Yanfly help file suggests battler.tpMode() but obviously doesnt work because we are in a menu not a battle)
He always shows me this function:
Game_BattlerBase.prototype.tpMode = function() {
if (!this._tpMode) this.initTpMode();
return $dataTpModes[this._tpMode];
May anybody help me with this?
regards Afaryz
I just try to implement with : my current TP Mode from .
I need the actual eval for the TP Mode. With: actor._tpMode i can atleast show the number of the actual Tp Mode.
Now is the question how I can display the name?
If I use actor.tpMode (Yanfly help file suggests battler.tpMode() but obviously doesnt work because we are in a menu not a battle)
He always shows me this function:
Game_BattlerBase.prototype.tpMode = function() {
if (!this._tpMode) this.initTpMode();
return $dataTpModes[this._tpMode];
May anybody help me with this?
regards Afaryz


