Jump to content

Remove Tag not working


Recommended Posts

I think I must be missing something super simple... here's my code:

local common_postinit = function(inst) 
    --Friends with spiders
	inst:AddTag("spiderwhisperer")
	--Friends with rabbits
	inst:RemoveTag("scarytoprey")
	-- Minimap icon
	inst.MiniMapEntity:SetIcon( "wren.tex" )
end

Why do rabbits still run from me?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...