Nothing bad until the end of the map04:
"No player 1 start for Map05"
And back to the command line!!!
Thus, there IS a start 1 player!
http://www.doomwadstation.com/idgames/d ... ranoia.zip
Is it because of the script?!?
Code: Select all
//////////////////////////////////////////////////////////////////////
// Script 20: Lowers exit lift //
// Makes elevator shaft darker during descent //
// Exits the level after a 3-second delay //
//////////////////////////////////////////////////////////////////////
script 20 (void)
{
Floor_LowerByValue(38,20,512);
Light_Fade(38,80,70);
delay(const:35*3);
Exit_Normal(1);
}