#base robot_giant.pop #base robot_standard.pop population { StartingCurrency 10000 RespawnWaveTime 2 FixedRespawnWaveTime 1 CanBotsAttackWhileInSpawnRoom no Advanced 1 WaveStartCountdown 1 Templates { T_TestBot { Class Demoman Health 10000 Attributes IgnoreFlag Attributes SuppressFire CharacterAttributes { "damage force reduction" 0.0001 "move speed bonus" 0.0001 } } } CustomWeapon //Allows you to use an alias for items with custom attributes { "1.5 damage minigun" // The name you would use in Item key in TFBot { OriginalItemName "Upgradeable TF_WEAPON_MINIGUN" "damage bonus" 1.5 } } ExtraLoadoutItems // Extra loadout items available after typing !missionitems in chat { AllowEquipOutsideSpawn 1 // Allow equipping items outside spawn Heavy // Player Class { Primary // Extended syntax, Item slot to use { Item "1.5 damage minigun" // Item name, custom weapon names are available // Hidden 1 //If set, this item is only accessible via $AwardExtraItem input (default: 0) } } } Wave { WaitWhenDone 65 Checkpoint Yes Explanation //Dispayed once the wave is initialized { Line "{red}RunScriptCode tpBoi(distance between bots, distance from player to bots)" Line "{red}RunScriptCode addWeaponAttributes(attribute, value)" Line "{red}RunScriptCode addBotAttributes(attribute, value)" } InitWaveOutput { Target bignet Action RunScriptCode Param " IncludeScript(`blastdmgtest.nut`, getroottable()) " } StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 2 Where spawnbot Support 1 TFBot { Template T_TestBot Tag bot_1 } } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 2 Where spawnbot Support 1 TFBot { Template T_TestBot Tag bot_2 } } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 2 Support 1 Where spawnbot TFBot { Template T_TestBot Tag bot_3 } } WaveSpawn { TotalCurrency 0 TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 99999 WaitBetweenSpawns 2 Where spawnbot TFBot { Template T_TestBot Tag no_finish } } } } //This file has been generated by http://mvm.tf. Lol. Haha. Take that mvm.tf haters.