Jump to content

How to overwrite characterspecific component


Seilakk

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...