- Joined
- Oct 25, 2015
- Messages
- 21
- Reaction score
- 1
- First Language
- English
- Primarily Uses
I am using Yanfly's Skill Core to try to set a skill with a custom restriction that check's if the user is under a certain state. I know I've been able to get the game to recognize if the state is there in the first place by using $gameActors.actor(1).states().contains(16), problem is (even without the fact that for some reason this still didn't work) this only checks for a certain state on 1 specific actor. Is there a way to have the game check to see if the user is under that specific state as apposed the a certain actor in question?


