Boukeyt Posted December 11, 2017 Share Posted December 11, 2017 I have a problem with the Script, but Im putting that aside, and focusing on another issue, the bookbuilder Tag. I've tried to add in the Bookbuilder tag, with the inst:AddTag("bookbuilder") but to no avail, i still cant craft books. I also added the reader ability which i got to work just fine with the inst:AddTag("reader") and the inst:AddComponent("reader"). What am i doing wrong here? NEVERMIND, Do not reply to this post. I have changed my plans and will no longer focus on the Bookbuilder Tag. Link to comment https://forums.kleientertainment.com/forums/topic/85331-bookbuilder-tag-issues/ Share on other sites More sharing options...
rons0n Posted December 11, 2017 Share Posted December 11, 2017 (edited) Well if you were curious you might've simply misplaced them. local master_postinit = function(inst) inst:AddComponent("reader") end Goes there and: local common_postinit = function(inst) inst:AddTag("bookbuilder") end Goes there. Just incase you wanted to go back. Edited December 11, 2017 by rons0n Link to comment https://forums.kleientertainment.com/forums/topic/85331-bookbuilder-tag-issues/#findComment-983296 Share on other sites More sharing options...
Jajangmon Posted February 25, 2018 Share Posted February 25, 2018 I tried this too but not working too... even I didn't misplaced Link to comment https://forums.kleientertainment.com/forums/topic/85331-bookbuilder-tag-issues/#findComment-1008627 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