--mmmmm random cosmeticism and extra function OnWaveSpawnBot(bot, wave, tags) local head = {"Aimframe", "The Team Captain", "Fire Marshal" ,"Eyeborg", "A Hat to Kill For", "Head Banger", "Hot Spaniel", "Hazard Handler", "Cranium Cover", "Commonwealth Commando"} local misc = {"Fancy Dress Uniform", "Cargo Constructor", "Flakcatcher", "Blizzard Britches", "Flak Jack", "Battle Music", "Commanding Presence", "Mine Sweepers", "Le Frosteaux"} for _, tag in pairs(tags) do -- if tag ~= "boss" then bot:GiveItem(head[math.floor(math.random(#head))]) bot:GiveItem(misc[math.floor(math.random(#misc))]) bot:GiveItem(misc[math.floor(math.random(#misc))]) -- end end end