I want to know how to do a locked choice.
So i know you do this
choice
but if the player presses it, its counting this option as they have picked it and giving them points for it when I dont want them to.
I have seen it where the player presses it and nothing happens. and then they have to pick another option. HOW DO I DO THIS??? someone please helpppp me!!!
Hi here is m template - in this you can unloks choice if you have 10 or more INFLUENCE points:
NARR
How should Marbel leave?
if (INFLUENCE>9){
goto unlocked
}else{
goto locked
}
#############
label locked
MARBEL (think_rubchin)
(I have to go.)
choice
āKiss and leaveā{
readerMessage you do not have enough influence points to unlock this scene
goto locked
}
āJust leaveā{
goto leave
}
###############
label unlocked
MARBEL (think_rubchin)
(I have to go.)
choice
ākiss and leaveā{
readerMessage Congratulatons, you have enough influence points to unlock this scene #here goes the special scene
goto leave_merge
}
ājust leaveā{
goto leave
}
I think this seems to have worked. Im gonna give it a try and update tomorrow just to double check. But if it works It will be a life send! x
thank you all that commented on here x