Hi! I want to let people choose to skip a certain scene, but I don’t know how to do it. Can anyone help me?
1 Like
you could use the choice option
choice
“Skip Scene”{
insert the NEXT scene here
}
“Play Scene”{
insert the scene here
}
Thank you so much.
1 Like
@itzamber this will not work because the one who wil choice the play scene will not be able to see the next scene.
2 Likes
choice
“skip scene”{
}”play scene{
here add the specific scene
}
here add the next scene which both should see
Put
choice
“Skip Scene”{
@pause for 0
(It will automatically go to the next scene)
}
“Play Scene”{
insert the scene here
}
Insert next scene here
1 Like
oh that’s right!
thanks for correcting me!!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.