sitca2 Posted August 11, 2014 Share Posted August 11, 2014 Hi there Can you help me? I need to create a similar product to the thermal stonebut only keep heat, need not be heated ... not if you could give me some code for prefab or I could say where to look ... or something what I want is to keep the temperature ... Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/ Share on other sites More sharing options...
plaidman Posted August 11, 2014 Share Posted August 11, 2014 (edited) An item that is permanently hot? Edited August 11, 2014 by plaidman Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-522131 Share on other sites More sharing options...
Mobbstar Posted August 11, 2014 Share Posted August 11, 2014 You could just use the temperature component and set mintemp to the same as maxtemp I guess. Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-522154 Share on other sites More sharing options...
plaidman Posted August 11, 2014 Share Posted August 11, 2014 You could just use the temperature component and set mintemp to the same as maxtemp I guess.This is good. You can also call:inst.components.temperature:SetTemp(70)Which will permanently set the temperature of the item to 70. Please be advised that calling SetTemperature() will not make this permanent; it must be SetTemp(). You can make one with a lower temperature too if you like. Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-522158 Share on other sites More sharing options...
sitca2 Posted August 12, 2014 Author Share Posted August 12, 2014 oh, ok, thanks...I'll try use Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-522407 Share on other sites More sharing options...
sitca2 Posted August 14, 2014 Author Share Posted August 14, 2014 did not work... :/I get an error Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-523141 Share on other sites More sharing options...
plaidman Posted August 15, 2014 Share Posted August 15, 2014 Can you upload a copy of your code so we can see what's wrong? A log.txt would be helpful too. Link to comment https://forums.kleientertainment.com/forums/topic/39321-help-i-need-to-create-a-similar-item-to-thermal-stone/#findComment-523374 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