Need some help accessing a setting on a component

Hey guys I bought a asset in the asset store and support for it is really slow.
Wondering if someone can help me out.

I’m trying to change the value of Turn To Smoke by script.
There is no TurnToSmoke listed in _2dxFX_Smoke
There are these values 1 through 4 though. value 1 didn’t work though.

public _2dxFX_Smoke windowSmoke;

windowSmoke._Value1 = 0f;

nevermind I got it working. It was _value2. I didn’t think to check the other values since value 1 did nothing lol. What a crappy programmer made this.