- Joined
- Oct 3, 2015
- Messages
- 20
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
There doesn't seem to be a way to set a variable to an actor's TP value. I would like to force an action for an actor based on when the actor's TP is 100 during a battle. $gameActors.actor(1).tp == 100; didn't seem to work in the conditional branch's script condition.