#prompt multiple choice problem

4 messages · Page 1 of 1 (latest)

tardy wagon
#

I've been trying to make a system where a multiple choice prompt is used and doing the first one isn't the problem it's how to connect the other 2 to that one as I want it to be that if you choose one option it takes you to that corresponding prompt and if you choose the other it takes you to that choices prompt

surreal lagoon
#

Very easy fix.
Steps difficulty 2/10
⬇️

  1. Get a delay chip and put it in between the Prompts
  2. Wire the On complete output of the first prompt into the run input of the delay chip
  3. Set the duration to around 0.5 (you can change it little less or a little more)
  4. Wire the after delay output on the delay chip into the input on the 2nd prompt
    If you have a question lmk
#

@tardy wagon

tardy wagon
#

Thank you sir