I am working on a GhPlayer file where i’m asking the user to input the length, width and height of a plate. I then ask the user if they want perforations in this plate. When the answer is ‘yes’ (or true for that matter) then they should answer questions about these perforations (pitch, slots or circles, diameter/width, etc.).
I have tried using a stream filter to select a certain path, but GhPlayer always asks every input. Is there a way to block the asking of an input if it is irrelevant because of an earlier question?