Level w/o crewmates?

Started by onepamop_wl, July 29, 2015, 07:57:15 AM

Previous topic - Next topic

onepamop_wl

How do u make a level without crewmates?

Fussmatte

#1
If you want to have a level clearable without any crewmates, you can use internal scripting.

You can use this:
gamestate(1011)
delay(1)
flip
endtextfast


It'll exit to the menu, marking the level complete on the levels list. Note that there has to be no crewmates placed the level, or this won't work.

Make sure you know how to use internal scripting before you use this, as on its own it won't work.

I might try to figure out a way to make it a bit more aesthetic later.
EDIT: See edited code.