ENT.Base = "base_ai" ENT.Type = "ai" ENT.PrintName = "Star Wars Stormtrooper" ENT.Author = "Xystus234" ENT.Contact = "" //fill in these if you want it to be in the spawn menu ENT.Purpose = "for npc battles" ENT.Instructions = "Spawns a stormtrooper" ENT.Information = "The Soldiers from Star Wars" ENT.Category = "Galactic Empire" ENT.AutomaticFrameAdvance = true ENT.Spawnable = false ENT.AdminSpawnable = false function ENT:SetAutomaticFrameAdvance( bUsingAnim ) self.AutomaticFrameAdvance = bUsingAnim end