toggle_hiding 
This behavior is to run any code that needs to be ran when the mob is going into hiding, or coming out from hiding.
Vars | |
| cooldown_before_hiding_key | The blackboard cooldown key to check before we can hide. Only here to avoid copy-paste in other subtrees/behaviors, should only be SET, not READ here. |
|---|---|
| now_hiding | Whether this instance hides (TRUE) or unhides (FALSE) the pawn. |
Var Details
cooldown_before_hiding_key 
The blackboard cooldown key to check before we can hide. Only here to avoid copy-paste in other subtrees/behaviors, should only be SET, not READ here.
now_hiding 
Whether this instance hides (TRUE) or unhides (FALSE) the pawn.