VX 스크립트

Screenshot

스크립트는 여기부터 시작합니다.
#==============================================================================
# ** [ERZVX] Detailled Call Script Error Message (13. April 2008 01:14)
#------------------------------------------------------------------------------
#  Shows some details about error in call script and don't exit game.
#==============================================================================

class Game_Interpreter
  #--------------------------------------------------------------------------
  # * Script
  #--------------------------------------------------------------------------
  def command_355
    script = @list[@index].parameters[0] + "n"
    loop {
      if @list[@index+1].code == 655        # Second line of script and after
        script += @list[@index+1].parameters[0] + "n"
      else
        break
      end
      @index += 1
    }
    begin
      eval(script)
    rescue Exception
      msg  = "Error Type:n#{$!.class}nn"
      msg += "Map ID:n#{@map_id}nn"
      msg += "Event ID:n#{@event_id}nn"
      line = $!.message[7, 1].to_i
      msg += "Error's line number:n#{line}nn"
      lines = script.split(/n/)
      msg += "Error's line:n#{lines[(line - 1)]}nn"
      msg += "Whole script:n#{script}"
      print(msg)
    end
    return true
  end
end
Comment '3'
  • ?
    21stcentury 2008.10.28 23:07
    컥...뭐지...
  • ?
    Aakerse 2009.01.16 11:04
    그냥 맵 정보 나오는 건가?
  • ?
    훈덕 2009.01.30 08:51
    스크립트 에러메시지 정보를 좀더 자세하게 해주고
    게임이 강제종료되지 않게 해준다는군요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 3 습작 2012.12.24 6659
597 기타 Base Project 15 아방스 2009.02.05 3090
596 메뉴 CogWheel Style Menu Bars 6 아방스 2008.03.09 2793
595 메뉴 CogWheelBars 시스템. 13 file 할렘 2009.02.20 4406
594 전투 Crissaegrim ABS 2.0.5 최신 48 file RPGbooster 2008.10.08 8790
593 기타 Crissaegrim Farm BETA 1.0.0 10 Man... 2008.11.22 3116
592 HUD Crissaegrim HUD 2.0!! 13 Man... 2008.10.29 2874
591 Crissaegrim SBABS BETA 1.0 12 file 21stcentury 2008.10.08 2552
590 기타 Crissaegrim 농장시스템 한글화 28 file 도심 2009.12.22 3633
589 버그픽스 DerVVulfman's Tileset Reader VX Bug Fix 습작 2014.11.16 737
» Detailed Call Script Error Mesage 3 Man... 2008.10.28 1264
587 Direction Movement Style 4 Man... 2008.10.28 1723
586 메시지 Display Flipped Picture 스크립트 11 Love♡ 2009.11.09 3608
585 장비 Disposable Ammo(또 있는 곳을 잘 읽으셔야 합니다.) 2 Man... 2008.10.29 1724
584 스킬 DQ특기풍스킬 - KGC 4 카르와푸딩의아틀리에 2009.08.19 3315
583 기타 Drop Options 1.1 by Modern Algebra 4 Alkaid 2010.09.16 1534
582 Enable Usage of Rmxp 캐릭터(?) 5 Man... 2008.10.28 2424
581 장비 Equipment Constraints 2.5b by Modern Algebra 3 Alkaid 2010.09.17 2020
580 장비 Equipment Set Bonus 6 Man... 2008.10.25 1878
579 ES Character Info 6 file RPGbooster 2008.10.08 1838
578 메시지 Etude87 Dialogue History Scene file 습작 2014.07.07 1096
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 32 Next
/ 32