ENT.Base = "base_ai" ENT.Type = "ai" ENT.PrintName = "Chestburster" ENT.Author = "Xystus234" ENT.Contact = "" //fill in these if you want it to be in the spawn menu ENT.Purpose = "" ENT.Instructions = "" ENT.Information = "" ENT.Category = "" ENT.AutomaticFrameAdvance = true ENT.Spawnable = false ENT.AdminSpawnable = false function ENT:SetAutomaticFrameAdvance( bUsingAnim ) self.AutomaticFrameAdvance = bUsingAnim end