extern variables for script

 

I wrote a script to add lines to a chart (once)

Now I want to be able to input some boolean variables as it runs.

Is it possible to have a script ask you for inputs?

Alternatively, to the same end, can a custom indicator remove itself after it's added the lines? I tried calling deinit but of course that didn't remove it.

Is the only way to use a CA and then manually remove it? 

 
alladir: Is it possible to have a script ask you for inputs?
#property show_inputs
 

thanks, I feel silly. :]