Forum Archive

Actions Menu

briarfox

Would it be possible to pass arguments into a script in the actions menu? I see that you can add arguments when it's created but it would be very handy if arguments could be passed with a long press of the action.

ccc

You could put into the Actions Menu a short script that just uses console.input_alert() to get the args from the user. That short script could in turn call the main() of your larger script passing those user-supplied args.

briarfox

@ccc great idea, Thank you.