Jump to content

Recommended Posts

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

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 by rons0n

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...