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 파일도 준비 해보았습니다.