Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can you try this? Install in plugin manager

https://www.dropbox.com/s/jizm6v41c93frxi/BattlerStatus_DisplayStates.js?dl=0

That looks to be the same plugin as the one in the template, called "Untitled-3", which is what makes the state counters work good, just the autopassivestates don't display at start of battle still tho.

(1 edit)

Hello again, so hopefully one of my last questions on this topic, but is it easy to add into the script that if a buff doesn't have a turn count it will not display a number?

At the moment, if a buff doesn't have an auto-removal time, it will display as just 1, like the image below, which can make it confusing when, you see others that do wear off next to it, becomes hard to tell if that one will also wear off, even tho it wont.

  


Edit:

So I've found that, the turn counter is displaying the duration in turns, even if it is set to none, which is why it will display 1 turn since thats the default for duration, which makes sense since the code is only checking the duration id.

So if it was possible to add onto the script something like  if auto-removal time = none, turn counter null or something like that, I've been trying to put this into the script myself, but not knowing how to code I have not gotten far with it.