thanks for the response! i've wrapped my array in a function:
function enemies_struct(){
global.enemies =
{
...
}
enemies_struct();
but i'm struggling to wrap my head around the live code updated function. how would i format the function & where would i put it? thanks!

