본문 바로가기
게임이야기./RPG 만들기 VX

맨손공격시 2번 공격 하는 스크립트

by 아방스 2008. 1. 24.

# 걳 멹롨(몧뷈궶궢)궻렄 쁀뫏뛘똼

#==============================================================================

# 걾 Game_Actor

#==============================================================================

 

class Game_Actor

  #--------------------------------------------------------------------------

  # 걶 븧딇긆긵긘깈깛 [쁀뫏뛘똼] 궻롦벦 둂

  #--------------------------------------------------------------------------

  def dual_attack

    for weapon in weapons.compact

      return true if weapon.dual_attack

    end

    return true if weapons.compact == [] # << 멹롨궻궴궖

    return false

  end

end

반응형