// Mission designer: Lyney // Map Designer: Tindall #base robot_giant.pop #base robot_standard.pop #base judge_restricts.pop // WAVE 1 Current Money: 700$ // WAVE 2 Current Money: 700$ + 700$ + 100$ Bonus = 1500$ (No Bonus: 1400$) // WAVE 3 Current Money: 1500$ + 600$ + 100$ Bonus = 2200$ (No Bonus: 2000$) // WAVE 4 Current Money: 2200$ + 600$ + 100$ Bonus = 2900$ (No Bonus: 2600$) // WAVE 5 Current Money: 2900$ + 800$ + 100$ Bonus = 3800$ (No Bonus: 3400$) // WAVE 6 Current Money: 3800$ + 800$ + 100$ Bonus = 4700$ (No Bonus: 4200$) // Total Possible Money: 0$ + 0$ = 0$ (No Bonus: 0$) WaveSchedule { StartingCurrency 700 RespawnWaveTime 3 CanBotsAttackWhileInSpawnRoom no //WAVE 1 (700$) Wave { WaitWhenDone 65 Checkpoint Yes StartWaveOutput { Target wave_start_relay Action Trigger } DoneOutput { Target wave_finished_relay Action Trigger } InitWaveOutput { Target wave_start_relay Action RunScriptCode Param " IncludeScript(`popextensions_main`, getroottable()) EntFire(`bombpath_choose_relay`, `Kill`) EntFire(`bombpath_clear_relay`, `Trigger`) EntFire(`spin2win_relay`, `Kill`) EntFire(`spin2win_timer`, `Kill`) EntFire(`bombpath_arrows_left_relay`, `Trigger`) EntFire(`bombpath_arrows_right_relay`, `TurnOff`) EntFire(`bombpath_choose_left_relay`, `Trigger`) EntFire(`bombpath_choose_right_relay`, `TurnOff`) IncludeScript(`deathpour_bloodyrain`) SpawnTemplate(`HealthAmmoKit`) " } WaveSpawn { Name 1a Where spawnbot TotalCount 1 MaxActive 1 SpawnCount 1 WaitBeforeStarting 0 WaitBetweenSpawns 0 TotalCurrency 0 TFBot { Template T_TFBot_Demoman_Knight } } } }