P1ay3r Posted July 5, 2015 Share Posted July 5, 2015 Hi, i am trying to make my mod character start with some items such as boards,grass, etc. May i know how can i make it happen ? Link to comment https://forums.kleientertainment.com/forums/topic/55886-custom-starting-items/ Share on other sites More sharing options...
DerpTime Posted July 7, 2015 Share Posted July 7, 2015 (edited) prefab/YourCharacter.lua local start_inv = { -- Custom starting items}use the item debug names. Edited July 7, 2015 by DerpTime Link to comment https://forums.kleientertainment.com/forums/topic/55886-custom-starting-items/#findComment-652295 Share on other sites More sharing options...
DerpTime Posted July 7, 2015 Share Posted July 7, 2015 local start_inv = { -- Custom starting items "axe", "backpack", "fishingrod", "torch"}should look like this when done. Link to comment https://forums.kleientertainment.com/forums/topic/55886-custom-starting-items/#findComment-652296 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now