I am using the car behavior. So under event sheet I have a global variable that is named "DriveStop" and is default false. My goal is to have the up arrow key stop working when "DriveStop" is true, but I want the left/right arrow keys to continue steering the car. If I create the condition + system: is DriveStop my only option for ignoring car inputs is to ignore all of them.