I am having trouble, which I think is being caused from my OR statements not being valid. What I am trying to accomplish in english would be, if down_p = true or right_p = true or left_p = true and g_up = true. So like any of them and g_up = true.
this is my code