Try this:
limiting the amount to load the level


var loaded=0;
function map_start()
{
if(loaded) return;
loaded=1;
level_load("Level.wmb");
wait(1);
}