Project1

标题: 约束姐的华丽怪物图鉴脚本隐藏敌人出错 [打印本页]

作者: 伪娘小司    时间: 2010-9-26 18:36
提示: 作者被禁止或删除 内容自动屏蔽
作者: 反斗奇彬    时间: 2010-9-26 19:50
楼主确定没有用其他脚本,只用了这个脚本吗?
作者: 伪娘小司    时间: 2010-9-26 19:59
提示: 作者被禁止或删除 内容自动屏蔽
作者: www8536165    时间: 2010-9-26 20:38
人品问题!
作者: 红灯    时间: 2010-9-26 22:37
按照出错提示,未定义“e”??
楼主怎么个填法?
作者: 伪娘小司    时间: 2010-9-26 23:38
提示: 作者被禁止或删除 内容自动屏蔽
作者: hsun770916    时间: 2010-9-27 02:08
本帖最后由 hsun770916 于 2010-9-27 02:18 编辑

那段我的腳本是

def self.convert_integer_array(array)
result = []
array.each { |i|
if i.is_a?(Range)
result |= i.to_a
elsif i.is_a?(Integer)
result |=
end
}
return result
end

目前可以遮蔽也沒錯誤Q_Q
作者: 伪娘小司    时间: 2010-9-27 08:40
提示: 作者被禁止或删除 内容自动屏蔽
作者: 红灯    时间: 2010-9-27 11:51
elsif e.is_a?(Integer)

把上面种的 e 改成 i

elsif i.is_a?(Integer)




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1