hi. can anyone tell me the best practices syntax for creating and naming objects using a loop. it needs to all be in the main. like in the task listed, i want to just have a standard name, like "zerg" and then add a count number that increases. "zerg1, zerg2, etc" i tried referencing the counter i, but couldn't get it to work. i also created a separate variable that i referenced, but also that throws errors.