- Joined
- Jul 23, 2014
- Messages
- 3
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Here's another one for ya.
I'm trying to create a constant check for an actor's MP that will run even during battles. Paralell process only works on the map, so it couldn't achieve the full effect I was looking for.
Here's a very basic example.
I'm trying to create a constant check for an actor's MP that will run even during battles. Paralell process only works on the map, so it couldn't achieve the full effect I was looking for.
Here's a very basic example.
Code:
Battle turn end.Actor MP above 50? Yes: Remove autobattleNo: Add autobattle



