I there a way to make 2 variables

Can you make 2 different variables for both the guards in tundra tower.

You can use the place variables supplied in the guard function.

that doesn’t really answer mu question
like can i do like for example guard 1 and guard 2

If you get the array of guards you have, you can define each one by the indexes

like
guards = hero.findGuards()
guard1 = guards[0]
guard2 = guards[1]