I don't understand how PROP_HOT_GLOW works. Could somebody link a wiki article that could help me? I was trying to test out its effects in the console but there was an error message saying "bad argument #3 to '__newindex' (number expected, got nil)". Could somebody help me?
What were you trying to type in the console? Anyway if you want a console command, here it is:
elements.property(elem.DEFAULT_PT_[Element name], "Properties", [New value])
The "properties" property has several properties in it, to learn more about them you can see these wiki pages:
I was typing in "tpt.el.[element].properties = PROP_HOT_GLOW"(no quotes).
I don't get the "[New value]" part, how will it specify which property and which value?