if p1.Shooting or p1.SavingMode is False:
active_ball = n.SendBall(active_ball)
recieved_player = n.SendPlayer(p1)
How come the Or statement is only recognising the p1.SavingMode as False and ignoring the p1.Shooting. I think it is written wrong, so if anyone can help correct this, I will be grateful.