#player Promt multiple choices
1 messages · Page 1 of 1 (latest)
answer still stands
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
Here’s a picture (It wouldn’t let me send the vid)
no
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
I’m still just a beginner
np, switches are much better than if chains if you can use them
configure the switch to add outputs; add the numbers 0 and 1
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