Modular Gatebots

From SigMod
Revision as of 13:56, 10 July 2021 by Rafradek (talk | contribs) (Created page with "Gatebot templates that can be used alongside other templates == Example == thumb|Gatebot template used alongside demoknight template <syntaxhighli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gatebot templates that can be used alongside other templates

Example

Gatebot template used alongside demoknight template
#base robot_giant.pop
#base robot_standard.pop
#base robot_gatebot_modular.pop
WaveSchedule
{
	Wave
	{
		WaveSpawn
		{
			Name "wave01a"
			Where spawnbot
			TotalCount 1
			WaitBeforeStarting 0
			
			TFBot
			{
				Template T_TFBot_Demoman_Knight
				AddTemplate GatebotDemoman [$SIGSEGV]
			}
		}
	}
}

Download

Popfile: https://testing.potatomvm.tf/tf/scripts/population/robot_gatebot_modular.pop