How do i make extract work across levels

I have a game that is set in space, but im not sure how to make extract work on multiple levels, any thoughts?

Use a Save behavior to remember the number you need for later levels

Or a global if you don’t want to save it in between gameplays.

all i had was point at +extract, it had to be a specific object
(the player)

@meburningslime, Global variables doesn’t work between levels.

@“The Undying”, I’m still not sure what your trying to extract.
But using a Save behavior can be used between levels.

im trying to extract my player, all the enemys extract the player to attack the player