Trigger(REGION_ENTER_AND_STOP_TRIGGER, "way1", nil );
should be placed after the line
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "way1", nil );
Also, the line Trigger(REGION_ENTER_AND_STOP_TRIGGER, "way1", "dop1" ); should definitely be after the 'end', not before. Also, the line Trigger(OBJECT_TOUCH_TRIGGER, "fenix", "fenixF" ); should be placed after the nearest 'end', not before.