Number choices... need help

Like thee is a set of choices
1
2
3
4
… till 9
And if the user types tge correct code with this, he or she will unlock a scene

@Oreste_Jackson
alright are they tappable ? what is you’re script ? any thing you want it to say when the reader presses the wrong one? do you want the reader to be abel to try it again?

1 Like

No
Its
Choice
β€œ1”{

}
And something like this, not tappable

alright how long is the code ?
for example the code is for numbers

1 Like

Choice
β€œ1”{

}

β€œ2”{

}
β€œ3”{

}
β€œ4”{

}
β€œ5”{

}
β€œ6”{

}
β€œ7"{

}
β€œ8”{

}
β€œ9”{

}

not really what I mean I want to know what the readers need to press to get that special scene I also wanna know if the readers can try it again if they had the code wrong

like do you want something like this @Oreste_Jackson ?
label first_number
#code is 8888
NARR
What is the code?
choice
β€œ1” {
NARR
Wrong try again!
goto first_number
} β€œ2” {
NARR
Wrong try again!
goto first_number
} β€œ3”{
NARR
Wrong try again!
goto first_number
}β€œ4”{
NARR
Wrong try again!
goto first_number
}β€œ5”{
NARR
Wrong try again!
goto first_number
}β€œ6”{
NARR
Wrong try again!
goto first_number
}β€œ7”{
NARR
Wrong try again!
goto first_number
}β€œ8”{
NARR
Correct!
goto second_number
}β€œ9”{
NARR
Wrong try again!
goto first_number
}

label second_number

    NARR
What is the code?

choice
β€œ1” {
NARR
Wrong try again!
goto second_number
} β€œ2” {
NARR
Wrong try again!
goto second_number
} β€œ3”{
NARR
Wrong try again!
goto second_number
}β€œ4”{
NARR
Wrong try again!
goto second_number
}β€œ5”{
NARR
Wrong try again!
goto second_number
}β€œ6”{
NARR
Wrong try again!
goto second_number
}β€œ7”{
NARR
Wrong try again!
goto second_number
}β€œ8”{
NARR
Correct!
goto third_number
}β€œ9”{
NARR
Wrong try again!
goto second_number
}

label third_number

    NARR
What is the code?

choice
β€œ1” {
NARR
Wrong try again!
goto third_number
} β€œ2” {
NARR
Wrong try again!
goto third_number
} β€œ3”{
NARR
Wrong try again!
goto third_number
}β€œ4”{
NARR
Wrong try again!
goto third_number
}β€œ5”{
NARR
Wrong try again!
goto third_number
}β€œ6”{
NARR
Wrong try again!
goto third_number
}β€œ7”{
NARR
Wrong try again!
goto third_number
}β€œ8”{
NARR
Correct!
goto forth_number
}β€œ9”{
NARR
Wrong try again!
goto third_number
}

label forth_number

    NARR
What is the code?

choice
β€œ1” {
NARR
Wrong try again!
goto forth_number
} β€œ2” {
NARR
Wrong try again!
goto forth_number
} β€œ3”{
NARR
Wrong try again!
goto forth_number
}β€œ4”{
NARR
Wrong try again!
goto forth_number
}β€œ5”{
NARR
Wrong try again!
goto forth_number
}β€œ6”{
NARR
Wrong try again!
goto forth_number
}β€œ7”{
NARR
Wrong try again!
goto forth_number
}β€œ8”{
NARR
Correct!
goto you_win
}β€œ9”{
NARR
Wrong try again!
goto forth_number
}

label you_win

    NARR
Congrats you passed!
1 Like

Thanks for so much efforr. I will credit you

1 Like

would you mind by doing it with my insta @episodeloverxrebecca?
and no problem glad to help!

1 Like

Okay sure

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.