Jump to content

Recommended Posts

The culprit is most likely a character mod.

This is happening because one item in a starting inventory doesn't have a matching prefab.

If a character starts with "megashovel", if "megashovel" doesn't exist, then SpawnPrefab("megashovel") will return a nil, causing a crash because the GiveItem function of inventory doesn't check for nil values.

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