Jump to content

[HELP] I need to create a similar item to thermal stone...


sitca2

Recommended Posts

Hi there 

Can you help me? 

I need to create a similar product to the thermal stone

but 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
Share on other sites

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
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...