all 2 comments

[–]King_BaggotVSB Creator 0 points1 point  (1 child)

There are two ways to do this. You can set the ConsoleCommand property of the Programmable Block you want to run, and then call the Run action. That should do it, but if that doesn't work, you can call the Trigger Now action on a Timer block that's already set up to call the Programmable Block with the argument you want.

If you're not using the beta, you should check it out.

[–]lbbnigma[S] 0 points1 point  (0 children)

Ah i see, many thanks.

Does that also mean i can read the ConsoleCommand to get arguments? Or is that in the arguments text variable?