June 20, 20196 yr Hey! For a project of mine I would like to set the GoToStep action parameter programatically, how can I do that? Actually, how can I execute any action programatically? Cheers!
June 21, 20196 yr Author The Quester module executes steps, there is a step called GoToStep, which I believe just takes a number. I want to jump to a variable step at a certain point but I don't know how to run code in that action. So I thought I could execute the GoToStep step from some internal call, I found the enum in the API but not a function to execute an arbitrary step.
Create an account or sign in to comment