Jump to content

Recommended Posts

Hello, I need help to make a mod using Dragon Wold Leo's Extended Sample Character Template mod. I'm currrently making a character,, but I need help with the starting inventory as so:

-- Custom starting inventory
local start_inv =
{
    default =
    {
        "torch",
        "spear",
        "cutgrass",
        "cutgrass",
        "cutgrass",
        "twigs",
        "twigs",
        "twigs",
    },
}
end

I want to use some of the games items in-game, however, it appears to not work, if someone can help, thank you. I'm using the DST version of the template by the way.

Mod Forum: 

 

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