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 5398
57 장비 Equipment Constraints 2.5b by Modern Algebra 3 Alkaid 2010.09.17 2001
56 Enable Usage of Rmxp 캐릭터(?) 5 Man... 2008.10.28 2413
55 기타 Drop Options 1.1 by Modern Algebra 4 Alkaid 2010.09.16 1509
54 스킬 DQ특기풍스킬 - KGC 4 카르와푸딩의아틀리에 2009.08.19 3288
53 장비 Disposable Ammo(또 있는 곳을 잘 읽으셔야 합니다.) 2 Man... 2008.10.29 1696
52 메시지 Display Flipped Picture 스크립트 11 Love♡ 2009.11.09 3585
51 Direction Movement Style 4 Man... 2008.10.28 1719
» Detailed Call Script Error Mesage 3 Man... 2008.10.28 1258
49 버그픽스 DerVVulfman's Tileset Reader VX Bug Fix 습작 2014.11.16 701
48 기타 Crissaegrim 농장시스템 한글화 28 file 도심 2009.12.22 3606
47 Crissaegrim SBABS BETA 1.0 12 file 21stcentury 2008.10.08 2543
46 HUD Crissaegrim HUD 2.0!! 13 Man... 2008.10.29 2852
45 기타 Crissaegrim Farm BETA 1.0.0 10 Man... 2008.11.22 3094
44 전투 Crissaegrim ABS 2.0.5 최신 48 file RPGbooster 2008.10.08 8768
43 메뉴 CogWheelBars 시스템. 13 file 할렘 2009.02.20 4362
42 메뉴 CogWheel Style Menu Bars 6 아방스 2008.03.09 2777
41 기타 Base Project 15 아방스 2009.02.05 3063
40 영상 Avi 재생 스크립트! [고화질 재생 가능] 34 짭뿌C 2012.10.24 2952
39 AutoLight v3.7(?) 6 Man... 2008.10.27 1646
38 Attribute System Man... 2008.10.28 1293
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next
/ 32