Jump to content

Recommended Posts

Hey everyone! I need to somehow save tags, that was added when player builded smth. For example here's my on build function:

if not inst:HasTag("name_"..builder.userid) then
	inst:AddTag("name_"..builder.userid)
end

And I need to make it, so I'll be able to load this tag. Does anyone knows how to make it? Thanks for your replies!

  • Like 1
Link to comment
https://forums.kleientertainment.com/forums/topic/77893-savingloading-tags/
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
×
  • Create New...