• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Battle Error?

Cross Agento

Novice
Member
Joined
Jun 27, 2021
Posts
44
Pronouns
Any/All
Had a strange error occur when selecting an attack during battle? I haven't worked on my game in a long time and this error just occurs. I'm not sure how to get rid of it.

 
It's difficult to say without seeing your scripts, but the error message implies that A calls B and B calls A, and that continues forever. It could also be that A calls itself.

Take a look at method "def hasActiveAbility?" and see if you have something like Neutralizing Gas being checked with the method itself. If you are unsure, temporarily put "return false" at the start of the method and see if your error disappears.
 
It's difficult to say without seeing your scripts, but the error message implies that A calls B and B calls A, and that continues forever. It could also be that A calls itself.

Take a look at method "def hasActiveAbility?" and see if you have something like Neutralizing Gas being checked with the method itself. If you are unsure, temporarily put "return false" at the start of the method and see if your error disappears.
I took a look, turns out a plugin I had was messing with it, so I just deleted it and it works fine now!
 
Back
Top