Jump to content

How do i add custom starting items?


Recommended Posts

To give your character starting inventory items, head to your character's prefab file and in there You'll see the line:

     local start_inv = {  }

Simply add there the "backpack", so it'll look like this:

     local start_inv = { "backpack" }

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