Prince143 Posted September 14, 2014 Share Posted September 14, 2014 (edited) Hi , Could some give me the code for "Never get heat in summer" Oh and I forgot to put this in the title ----- kindly code for "never get cold in winter" too xD I can't get a code from another custom charac because i really don't understand it . THANKS ! Edited September 14, 2014 by Prince143 Link to comment https://forums.kleientertainment.com/forums/topic/40738-help-code-for-never-get-heat-in-summer/ Share on other sites More sharing options...
MidrealmDM Posted September 14, 2014 Share Posted September 14, 2014 Hi , Could some give me the code for "Never get heat in summer" Oh and I forgot to put this in the title ----- kindly code for "never get cold in winter" too xD I can't get a code from another custom charac because i really don't understand it . THANKS ! in your character lua inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_LARGE inst.components.temperature.inherentinsulation = TUNING.INSULATION_LARGE This won't make the character immune, but will greatly increase the time it takes for them to take damage from heat or cold. Link to comment https://forums.kleientertainment.com/forums/topic/40738-help-code-for-never-get-heat-in-summer/#findComment-535671 Share on other sites More sharing options...
Prince143 Posted September 15, 2014 Author Share Posted September 15, 2014 in your character lua inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_LARGE inst.components.temperature.inherentinsulation = TUNING.INSULATION_LARGE This won't make the character immune, but will greatly increase the time it takes for them to take damage from heat or cold. Thanks Link to comment https://forums.kleientertainment.com/forums/topic/40738-help-code-for-never-get-heat-in-summer/#findComment-535921 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