//This file has been generated by http://mvm.tf //Copy this file in your tf/scripts/population folder #base robot_giant.pop #base robot_standard.pop #base robot_gatebot.pop #base robot_tank_small_turret.pop WaveSchedule { Wave { WaveSpawn { TotalCount 1 WaitBeforeStarting 0 Tank { Health 15000 Name Tank1 Speed 100 StartingPathTrackNode tank_path_a_1 Template "SmallTankTurret" OnKilledOutput { Target boss_dead_relay Action Trigger } OnBombDroppedOutput { Target boss_deploy_relay Action Trigger } } } } }