script"2" line 756: NoMethodError occurred
undefined method ‘[ ]’ for nil: NilClass
#--------------------------------------------------------------------------
# ● コマンドリストの作成
#--------------------------------------------------------------------------
def make_command_list
cmd_list.each do |c|
case c
when 0; add_command(Vocab::new_game, :new_game, true, c)
when 1; add_command(Vocab::continue, :continue, continue_enabled, c)
when 2; add_command(Vocab::shutdown, :shutdown, true, c)
else; add_command(Title::EXCMD[c][0], Title::EXCMD[c][2], true, c)
end
end
end作者: 懒De说 时间: 2012-7-23 13:56
LZ
你难道不会用网页翻译吗作者: fux4 时间: 2012-7-23 16:39
sszny 发表于 2012-7-23 12:48
script"2" line 756: NoMethodError occurred
undefined method ‘[ ]’ for nil: NilClass