本帖最后由 月夜神音 于 2011-7-3 14:04 编辑 把那个 gw = 160 * parameter_value / 500 中加红的数值用变量代替,比如length, 然后在when 6(啥号码都好)的下面加入 length = 100#要多少就多少 如脚本: when 0 parameter_name = Vocab::atk parameter_value = actor.atk gc1 = text_color(0) gc2 = text_color(1) length = 500 when 1 parameter_name = Vocab::def parameter_value = actor.def gc1 = text_color(0) gc2 = text_color(2) length = 500 when 2 parameter_name = Vocab::spi parameter_value = actor.spi gc1 = text_color(0) gc2 = text_color(3) length = 500 when 3 parameter_name = Vocab::agi parameter_value = actor.agi gc1 = text_color(0) gc2 = text_color(4) length = 500 when 4 parameter_name = "命中" parameter_value = actor.hit gc1 = text_color(0) gc2 = text_color(5) length = 100 when 5 parameter_name = "回避修正" parameter_value = actor.eva gc1 = text_color(0) gc2 = text_color(6) length = 100 when 6 parameter_name = "要害修正" parameter_value = actor.cri gc1 = text_color(0) gc2 = text_color(7) length = 100 end |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-11 00:06
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.