// modified by reyalp for 1v1 ladder game_manager { spawn { // valhalla was missing an allied ipi, which causes a // fatal spawnpoint not found if the allies actaually win create { classname "info_player_intermission" origin "304 400 496" target "inter1" scriptname "ipi1" // allies spawnflags 2 } // Set scenario information //wm_mapdescription "valhalla." // Set the respawn times wm_allied_respawntime 1 wm_axis_respawntime 1 wm_set_round_timelimit 0 } } // created entities seem to need a scriipt, just to make etpro happy //ipi1 //{ //}