if(phase==14 && stagephase==1){
	DeleteEnemyShot(ALL);
	if(enemiescalled<1){ CreateEnemyBossFromFile("script\Events\Extra\Mid.txt",cx,cy,0,0,NULL); }
	enemiescalled++;
	if(enemiescalled==1){ nextphase=1; }
}
if(phase==15 && stagephase==1){
	if(GetCommonData("Conversation")==1){ CreateEnemyFromFile("script\Events\Extra\Dialogue PostMid.txt",cx,cy,0,0,NULL); SetCommonData("Conversation",0); }
	if(GetCommonData("Conversation")==2){ phase=0; stagephase=2; LoadUserShotData("script\Shots\ShotsEnemies7.txt"); SetCommonData("Conversation",0); }
}