Jump to content

Recommended Posts

5 hours ago, Doodle Monster said:

I know this isn't a functionality thing; but do you know how I would get it to look like the regular chest?

You need an animbank and animbuild line in the widget table to give it a UI. "ui_chest_3x3" is the one used for 9 slot chests.

widget =
    {
        slotpos = {},
  	animbank = "ui_chest_3x3", -- Add this line
  	animbuild = "ui_chest_3x3", -- And this line
       	pos = Vector3(0, 200, 0),
        side_align_tip = 160,
    }, 
Edited by Merkyrrie
missed a couple commas

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