Neu7ral Posted January 24, 2015 Share Posted January 24, 2015 I'm starting to make my mod but i wanting the last status, someone knows how to reduce the max capacity (Example: Logs,Gold,Rocks) for the character?Because the other method what i used restricts all characters, and i only want the less capacity for mine (Also, sorry for my english) Link to comment https://forums.kleientertainment.com/forums/topic/49658-i-need-help/ Share on other sites More sharing options...
Blueberrys Posted January 24, 2015 Share Posted January 24, 2015 (edited) @Neutral_Steve, you could just surround it with an if statement. I'm not sure if there's any easier way to do it though.if (GLOBAL.GetPlayer().prefab == "your_character_prefab") then -- TUNING...end Edited January 24, 2015 by Blueberrys Link to comment https://forums.kleientertainment.com/forums/topic/49658-i-need-help/#findComment-605516 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