Example: I generate units for a hard game, but want to remove all Lions from the map without having to delete each one separately.
Edit: Nevermind, found it.
on:start { 	loop("units", [TYPE-Number of Lions]) { 		free "unit", loop_id(); 	} }