只需一步,快速开始
您需要 登录 才可以下载或查看,没有账号?立即注册
使用道具 举报
label main_menu: return define x = 0 label start: "start..." # 通过选项修改变量,包括但不限于直接赋值和各种运算 menu: "将x赋值为多少?" "x = 0": $ x = 0 "x = 1": $ x = 1 if x == 1 : jump end1 else: jump end2 label end1: "结局1" return label end2: "结局2" return
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
小黑屋|手机版|RenPy中文空间 ( 苏ICP备17067825号 | 苏公网安备 32092302000068号 )
GMT+8, 2022-6-26 06:41 , Processed in 0.025286 second(s), 12 queries , File On.
Powered by Discuz! X3.4 Licensed
Copyright © 2001-2021, Tencent Cloud.