질문과 답변

Extra Form

1. 비행선 내부로 들어갔다가 다시 외부로 나오려고 버튼을 누르면,  '$scene.return_to_worldn' 이라고 표시되면서 에러가 뜹니다;;;

 

스크립트에는 $scene.return_to_world 으로 적었는데,

 

에러 출력에는 $scene.return_to_worldn 으로 나오는 걸로 봐서는  n 글자 때문인거 같은데, 이게 왜이런지 알 수 있을까요 ㅠ_ㅠ

 

 

 

 

Comment '1'
  • ?
    Alkaid 2010.09.12 12:29

    인터프리터 스크립트의 오류... 겠죠?

     

    class Game_Interpreter

    .....

      #--------------------------------------------------------------------------
      # * Script
      #--------------------------------------------------------------------------
      def command_355
        script = @list[@index].parameters[0] + "n"
        loop do
          if @list[@index+1].code == 655        # Second line of script and after
            script += @list[@index+1].parameters[0] + "n"
          else
            break
          end
          @index += 1
        end
        eval(script)
        return true
      end

    end


List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12391
Board Pagination Prev 1 ... 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 Next
/ 82