Forum

> > Stranded II > Maps/Editor > Editor Questin
ForenübersichtStranded II-Übersicht Maps/Editor-ÜbersichtEinloggen, um zu antworten

Englisch Editor Questin

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt geschlossen Editor Questin

AngeltheFallen
User Off Offline

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

alt Re: Editor Questin

Hurri04
Super User Off Offline

Zitieren
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();
	}
}
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Maps/Editor-ÜbersichtStranded II-ÜbersichtForenübersicht