function act() {
rm.closeDoor(211042300); //activate the reactor at map 211042300 this map is where the door is
rm.closePortal(211042300,"sp");//close the portal: portal name is sp
rm.changeMusic("Bgm06/FinalFight");
rm.spawnMonster(8800000);
rm.spawnMonster(8800003);
rm.spawnMonster(8800004);
rm.spawnMonster(8800005);
rm.spawnMonster(8800006);
rm.spawnMonster(8800007);
rm.spawnMonster(8800008);
rm.spawnMonster(8800009);
rm.spawnMonster(8800010);
rm.spawnMonster(6230101);
rm.spawnMonster(6230101);
rm.spawnMonster(6230101);
rm.spawnMonster(6300004);
rm.spawnMonster(6300004);
rm.spawnMonster(6300004);
rm.spawnMonster(6300003);
rm.spawnMonster(6300003);
rm.spawnMonster(6300003);
rm.spawnMonster(6400003);
rm.spawnMonster(6400003);
rm.spawnMonster(6400003);
rm.spawnMonster(6400004);
rm.spawnMonster(6400004);
rm.spawnMonster(6400004);
rm.createMapMonitor(1,211042300,"sp");
}