Jump to content

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" }

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