Right-click just below the event, where the condition goes, and choose Make 'Or' block.
For XOR you can use sub events i.e.
when A = true
- if B = true > do nothing
- else if B = false > run event
when B = true
- if A = true > do nothing
- else if A = false > run event