RMVXA

길찿기 프로그램 스크립트를 하고있는데 오류가 떠요. 도와주세요.

by slrjwk posted Aug 07, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form

Script '(insert here)' line 293: NameError occurred.

undefined method 'move_type_custom' for class 'Game_Character'

 

이라고 떠요.

 

293줄은

293 alias dai_custom_move_move_type_custom move_type_custom
294  def move_type_custom
295    return if @move_route.list[@move_route_index] == nil
296    dai_custom_move_move_type_custom
297  end
298end

이렇게 되어 있는데 뭐가 잘못된 건가요?

 

혹시 몰라 txt 파일도 준비 해보았습니다.