赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 8 |
经验 | 132 |
最后登录 | 2014-9-6 |
在线时间 | 1270 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 767
- 在线时间
- 1270 小时
- 注册时间
- 2011-2-14
- 帖子
- 5589
|
本帖最后由 R-零 于 2011-12-3 15:22 编辑
是要这效果么
事件执行脚本:- l = [1,2,3,4,5,6,7,8,9,12,3,4,5,5,5,3] #这里是选项列表
- id = 1 #这里是储存结果的变量号码
- w = Window_Command.new(172,l);w.x = (544 - w.width) / 2;
- w.y = 400-w.height;w.openness = 0;w.open;begin;w.update;;Graphics.update;end until w.openness ==
- 255;
- loop{w.update;Graphics.update;Input.update;if Input.trigger?(Input::C);$game_variables[id] =
- w.index+1;break;end }
- w.close;begin;w.update;Graphics.update;end until w.openness == 0
- Input.update
复制代码 额……脚本是长了点,不过亲测可用 |
|