/* * Author: Needles * https://steamcommunity.com/profiles/76561198026257137/ */ IncludeScript("needles/fireblast/entry.nut"); ::SpawnContext.ClearSpawnContext(); ::SpawnContext.AddSpawnResponse("fireblast", function(player) { ::Action.AddAction("fireblast_actor", player); }); ::EntTracker.AddClassname("tf_projectile_rocket");