CDE.1.2
但是不推荐直接进网络使用,局域网娱乐还是不错的
函数说明:
#--------------------------------------------------------------------------
# ● 生成行动循序_FutureAtkPlus
#--------------------------------------------------------------------------
def futureAtk_make_action_orders
for battler in @futureAtk_battlers
if battler.futureAtk_wait_count == 0
temp_battler = battler.clone
temp_battler.futureAtk_make_action
temp_battler.futureAtk_flag = true
@action_battlers.push(temp_battler)
#p @action_battlers
battler.futureAtk_wait_count = -1
@futureAtk_battlers.delete(battler)
end
end
end
专业才是王道