script_enemy_main {
    @Initialize {
	TimeStop(GetArgument[0],GetArgument[1],GetArgument[2],GetArgument[3]);
	VanishEnemy;
    }
}