Editor QuestinAngeltheFallen User Offline 23.03.11 01:12:13 am Is it possible to delete all of one unit/object/item from a map? 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.
Re: Editor QuestinUnIdEnTiFiEd User Offline 23.03.11 07:11:43 am how? i dont knoiw how to do that either!
Re: Editor QuestinHurri04 Super User Offline 23.03.11 05:15:32 pm I think this could be done very easily by using a script like this: 12345on:start { loop("units", [TYPE-Number of Lions]) { free "unit", loop_id(); } }