只需一步,快速开始
您需要 登录 才可以下载或查看,没有账号?立即注册
使用道具 举报
default choice_1 = False default choice_2 = False default choice_3 = False default choice_4 = False
while not choice_1 or not choice_2 or not choice_3 or not choice_4: menu: n "一句话" "选项一": "选项一内容" $ choice_1 = True "选项二": "选项二内容" $ choice_2 = True "选项三": "选项三内容" $ choice_3 = True "选项四": "选项四内容" $ choice_4 = True "选完了之后的内容"
人偶 发表于 2026-3-9 20:51 先在外面定义:
label abc: "除非选了3否则不回到这里" menu choicelabel: "choice1": jump choicelabel "choice2": jump choicelabel "choice3": jump abc
Maz马 发表于 2026-3-29 05:06 上文同学给到的是一个必须选完所有选项才能结束循环块的方法。 另一种更灵活的方案是
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|RenPy中文空间 ( 苏ICP备17067825号 )
GMT+8, 2026-4-15 09:42 , Processed in 0.023512 second(s), 9 queries , Redis On.
Powered by Discuz! X3.5
© 2001-2026 Discuz! Team.