Jump to content

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 ...

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...