Jump to content

Recommended Posts

I am trying to make character specific items craftable for my character, but the component "characterspecific" is blocking me. here is an example from scripts/prefabs/books.lua

inst:AddComponent("characterspecific")
inst.components.characterspecific:SetOwner("wickerbottom")

How do i overwrite it? i don't want to delete the code, i want to make a mod that can make them craftable somehow

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