Eggs4Lyfe Posted November 17, 2018 Share Posted November 17, 2018 I'm trying to remove the "scarytoprey" tag from the player when playing as a cutsom character, but I'm not sure where or what to add to remove this tag. How do you remove tags applied to the player for a custom character? Nevermind I've figured it out, sorry Link to comment https://forums.kleientertainment.com/forums/topic/99021-removing-tags-on-custom-character/ Share on other sites More sharing options...
Tesumoto Posted November 17, 2018 Share Posted November 17, 2018 (edited) 1 hour ago, Eggs4Lyfe said: I'm trying to remove the "scarytoprey" tag from the player when playing as a cutsom character, but I'm not sure where or what to add to remove this tag. How do you remove tags applied to the player for a custom character? Nevermind I've figured it out, sorry AddPrefabPostInit("you_character_prefab_here", function(inst) if GLOBAL.TheWorld.ismastersim then inst:RemoveTag("scarytoprey") end end) Maybe this help you. Oh, I'm too late see this: Nevermind I've figured it out, sorry Edited November 17, 2018 by Tezumoto Link to comment https://forums.kleientertainment.com/forums/topic/99021-removing-tags-on-custom-character/#findComment-1118055 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