Currently my Open_Door_collision function operates properly when run by itself. However, when i add an “If” statement to check pressure plates and if actor is on it. My program crashes when i try to “Play”.
I have all my doors set to a pressure_Plate, so that’s fine. Curious of why if it is the Null actor we point to in the if statement? since we don’t set it until the game begins, However the course shows it running fine the way the teacher runs it.