//TEST "EXAMPLE": TEMPLATE TESTING
//By Yoovy https://steamcommunity.com/profiles/76561198017198600/
#base robot_standard.pop
#base robot_giant.pop
#base robot_yoovy_templates.pop
WaveSchedule
{
	PrecacheModel "models/props_oppressor/c_smg.mdl"  
	StartingCurrency 30000
	RespawnWaveTime 0
	FixedRespawnWaveTime yes
	CanBotsAttackWhileInSpawnRoom no
	Wave
	{
		WaitWhenDone	65
		Checkpoint	Yes
		StartWaveOutput
		{
			Target	wave_start_relay
			Action	Trigger
		}
		DoneOutput
		{
			Target	wave_finished_relay
			Action	Trigger
		}
		WaveSpawn
		{
			Name	1a
			TotalCurrency	0
			TotalCount	9999
			MaxActive	1
			SpawnCount	1
			WaitBeforeStarting	0
			WaitBetweenSpawns	0
			Where	spawnbot
			Squad
			{
				TFBot
				{
					Template T_TFBot_Scout_BFB_Push
					Attributes	IgnoreFlag
					Attributes	DisableDodge
					Action	Mobber
				}
			}
		}
	}
}