- Joined
- Mar 30, 2015
- Messages
- 102
- Reaction score
- 8
- First Language
- English
- Primarily Uses
So what I'm seeking is a script that overrides the draw_actor_icons method in Window_Base, made so that I could paste it in Window_BattleStatus and the script would only affect that window. What I want the script to do is, rather than have all the state icons be displayed in a line, to have only one icon be displayed. If the actor has multiple states, it would switch state every three seconds. For example, if an actor has poison, and sleep, then rather than both the poison and sleep icons be displayed, the poison icon would be displayed, then after three seconds, the sleep icon would be displayed in its place, then it would go back to poison after three seconds, etc. If the actor has no states, then there would be no icon. If possible, I would prefer the order of the icon going through the states to be done by priority, but if that's difficult than it doesn't really matter
Thanks!
Thanks!
