I'm trying to add a condition to one of my triggers that tests if the player is attackable while resting. When I look at the header_operations.py file, I can see that rest_for_hours and rest_for_hours_interactive include an argument to indicate whether the player remains attackable. However, I...