Hi,
TRIGGER ENTER is a built in event that is linked to Unity trigger system, if you swap this with your custom event, it won't work anymore, you will have to fire the your "Open" event somehow, and there is only two ways, either using somewhere "TRIGGER ENTER" or use the action "Trigger event" within a state.
bye,
Jean