boolean not working, false is still true?
I have an actor who under rule conditions 'attack'(boolean) is true, then it does some attacks and chases the player.
if i set the boolean to false, it still attacks and chases the player, when one of the requirements for it to do that is for a condition of attack being 'true'.
Why does it do that?
or
How can i do an otherwise command of 'dont do any of this stuff'?
is there a way to turn off rules during gameplay?
if i set the boolean to false, it still attacks and chases the player, when one of the requirements for it to do that is for a condition of attack being 'true'.
Why does it do that?
or
How can i do an otherwise command of 'dont do any of this stuff'?
is there a way to turn off rules during gameplay?
Comments
I had my actions INSIDE a group under that rule. Everything inside the group IGNORED the conditions of the rule.
When I took them out of the group, they worked properly