i'm trying to get a common event to run every turn in battle, but no matter what span, conditions i use it only runs once if at all... i need it to change my battler pic (cause i couldnt find a good script except the one my friend wont let me use)
the common event works just fine, but it wont run in battle
oh and im using yanfly's core, not sure if that interferes
HELP, BATTLE EVENTS
● ARCHIVED · READ-ONLY
-
-
Please post a screenshot of the event - basically you need to condition it to run every turn number, with a span of turn to repeat it every turn. If that doesn't work for you, we need to see what you've done to find your problem.
-
Common events don't run in battle automatically - you have to call them with a Call Common Event command.
I think Tsukihime wrote a script that would allow common events to run in scenes other than the map, so that may be helpful.
But why do you want to run something on every turn, to change your battler pic? Does your battler change on every turn? -
Use a Troop Event with the span set to 'Turn' instead of a Common Event. If you want you can have the Troop Event CALL the Common Event (as has been suggested), or you can place the event commands in the Troop Event itself.