Like the title says, I'm wondering if it is possible to make it so that an actor cannot have more than 4 states on at any given time.
Is it possible to limit the amount of states an actor can have at once to 4?
● ARCHIVED · READ-ONLY
-
-
Only by scripting - and then you'll have to give more info like what should happen when the game tries to add another state, because when you simply deny all states after four, the player will use that by giving the actors four good states to prevent the adding of a bad state from an enemy attack...
-
That being said, it wouldn't be hard at all to script this, especially if you go with the "simplest solution" of denying states once the actor has 4 or more.
-
You have to admit, that could create some interesting strategic options for the player though....Only by scripting - and then you'll have to give more info like what should happen when the game tries to add another state, because when you simply deny all states after four, the player will use that by giving the actors four good states to prevent the adding of a bad state from an enemy attack...