Can Grasshopper player file be interactive before Context Bake

Hi everyone!

I’ve been enjoying the ability to convert my Grasshopper scripts/files into Grasshopper player files for quite a while. I’ve purely been doing this to make my work in Grasshopper to some extent availible for my co-workers. But! I run into problems now and then since a few of my script rely on input from the user, and said input gives you different end results. So in order to get the correct thing baked in the end the user can not simply guess a integer or a float, it would be amazing to be able to lets say interact with a number slider to see the difference that make in the end product before the whole this goes to Context Bake.

To illustrate this in a really simple way I would like to be able to interact with this green number slider Before it goes to the Red Contextual Numeric Input.

Please point me in the direction of another thread if this has been talked about before.

I realise this can be done with scripting in C or python, but I’m not there yet in terms of knowhow, and I doubt ChatGPT can help me. Some of the .gh files I have are rather complex or at least big. Thank you for any response or feedback.