verdago7 Posted December 9, 2017 Share Posted December 9, 2017 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 https://forums.kleientertainment.com/forums/topic/85277-remove-tag-not-working/ Share on other sites More sharing options...
verdago7 Posted December 9, 2017 Author Share Posted December 9, 2017 I looked at 4 other modded characters who don't scare rabbits and the only string in their coding I can find is the removetag string I am using in the exact same spot and method I am using it... what am I doing wrong? Link to comment https://forums.kleientertainment.com/forums/topic/85277-remove-tag-not-working/#findComment-982881 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now