Forum

> > Stranded II > Maps/Editor > Editor Questin
Forums overviewStranded II overview Maps/Editor overviewLog in to reply

English Editor Questin

2 replies
To the start Previous 1 Next To the start

old closed Editor Questin

AngeltheFallen
User Off Offline

Quote
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.

old Re: Editor Questin

Hurri04
Super User Off Offline

Quote
I think this could be done very easily by using a script like this:
1
2
3
4
5
on:start {
	loop("units", [TYPE-Number of Lions]) {
		free "unit", loop_id();
	}
}
To the start Previous 1 Next To the start
Log in to reply Maps/Editor overviewStranded II overviewForums overview