U could use the Public Variable Flagstat.
Put Flag5stat = 0 in init.(Flag is neutral)
If West owns Flag5:Flag5stat = 1 ; if East owns:Flag5stat = 2
In your trigger:
Cond:side player ==east and Flag5stat ==1
Act:player setdammage 1
This is an unofficial idea,use at own risk