Jump to content

Recommended Posts

Hi there.

You can do this with the function AddCharacterRecipe that is shown here, by putting it in modmain.lua:

This recipe requires a "builder_tag" that you'll have to assign to your character to allow them to craft it. You can assign the tag to your character by putting

Quote

inst:AddTag("exampletag")

in their local common_postinit function in their [YourCharacterName].lua file. Just change the example tags to whatever, so long as they both match.

That should make the recipe pop up for them and only them. Hope this helps!

Edited by Chesed

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