Aquaterion Posted March 6, 2016 Share Posted March 6, 2016 I was trying to add a tag with a player's name/id when an item is dropped, but when the world restarts, the tag is lost. It's only 1 tag per this specific item. Anyone can guide me on how to do prevent the tag from being removed on the world stopping? Link to comment https://forums.kleientertainment.com/forums/topic/65154-dynamic-tag-memory/ Share on other sites More sharing options...
Kzisor Posted March 6, 2016 Share Posted March 6, 2016 Don't use tags, tags are not meant to be used in that manner. Use a variable that is attached to the item and save it in the OnSave function and load it in the OnLoad function. Link to comment https://forums.kleientertainment.com/forums/topic/65154-dynamic-tag-memory/#findComment-730416 Share on other sites More sharing options...
Aquaterion Posted March 6, 2016 Author Share Posted March 6, 2016 I totally forgot about those, thanks ^^ Link to comment https://forums.kleientertainment.com/forums/topic/65154-dynamic-tag-memory/#findComment-730477 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