a) You can use FBEditor app and Control -> Oscillator.
b) If you want create script then you can create Resident script with 2 seconds interval and inside it type (fill with your GAs):
If you are using event-based script for blinking you must be careful to not create infinite-loop.
b) If you want create script then you can create Resident script with 2 seconds interval and inside it type (fill with your GAs):
Code:
enableGA = '1/1/1'
outputGA = '1/1/2'
if grp.getvalue(enableGA) then grp.write(outputGA, not grp.getvalue(outputGA)) end
If you are using event-based script for blinking you must be careful to not create infinite-loop.
Done is better than perfect