05-06-2013, 09:38 PM
something like this
function OnTick() local LoopEntitys = function( Entity ) if Entity:IsMob() then if Entity:GetUniqueID() == "Something" --something here to check if it is the right mob. some code here to do stuff end end end end