I'm having an issue where after i spawn 3 units within a region named "battlefield" I am unable to kill them.
I have no idea how to go about this. From what I know, units spawned with triggers are read only and make it impossible to add them to a unit group. Thus, all of the ways I know of getting rid of multiple units are void. The only way I can think of doing it is assigning each created unit to a variable after it has been spawned and then kill them by referencing the variable. This seems a little excessive though. I'm hoping someone can tell me an easier way.x
Edit: Sadly aware that I posted in the wrong section.
I have no idea how to go about this. From what I know, units spawned with triggers are read only and make it impossible to add them to a unit group. Thus, all of the ways I know of getting rid of multiple units are void. The only way I can think of doing it is assigning each created unit to a variable after it has been spawned and then kill them by referencing the variable. This seems a little excessive though. I'm hoping someone can tell me an easier way.x
Edit: Sadly aware that I posted in the wrong section.