#player Promt multiple choices

1 messages · Page 1 of 1 (latest)

solid pulsar
#

if youre trying to chain together multiple choice prompts you need to use a 0 second delay to move it to the second frame from the first prompt closing so it actually opens the next prompt

#

so? just use multiple of them

#

in combination with an execution switch

solid pulsar
outer bronze
#

Is your problem solved? If not, I can show you a video of me showing you how to do it

#

K I still need to make the vid so give me a few minutes

outer bronze
#

Almost

#

Sorry that it’s taking a while

outer bronze
#

Here’s a picture (It wouldn’t let me send the vid)

stray plaza
#

firstly use a switch not an if chain

#

secondly I would use response index

#

with an execution integer switch, hook it up to the prompt complete and the int input is your response index

outer bronze
#

I’m still just a beginner

stray plaza
#

np, switches are much better than if chains if you can use them

stray plaza
#

then, when you activate the int switch, if the inputted int is equal to 0 then it will output out of that port. if the inputted int is equal to 1 it will output out of the 1 port that you added, etc