This is the correct way as far as I know.
On the first event though, you don't need a "For each". That green arrow is a good indicator that that action will pick only that one object
On event 220 you still have an action on Enemy_01 and that wont work. Since the condition is picking the family object, it won't know what Enemy_01 to pick, so it will affect every Enemy_01 (it's a mistake that I frequently make)