dose anyone know how to make elements conductive
same question
There are two ways I know to do this. First is the way on the wiki, using the Property value to add the properties PROP_LIFE_DEC and PROP_CONDUCTS to the element. I haven't had any luck with this so far. The other way is to base the element off of an already conductive element, like TTAN or METL.
First method: ```elem.property(element, "Properties", TYPE_SOLID, PROP_LIFE_DEC, PROP_CONDUCTS, PROP_HOT_GLOW, PROP_SPARKSETTLE)```
Second method: ```elem.element(element, elem.element(elem.DEFAULT_PT_GOLD))```
cactusHammster i will try it
first one dose not work
second one dose work but changes the propities
If you change all the properties back, it should work. I have a "template" I made for my own scripts if you would like to use it.
https://drive.google.com/uc?id=1SF9ZLaMpeF10z-nGXzj9vWK_4ZLLvSIe
OMG IT WORKS!!! THANKS JACOB