질문과 답변

Extra Form

pdm0822님의 한글스크립트를 적용하던중 오류가 발생했는데 제가 공부한걸로는 고칠수가 없더라구요..

자꾸 93번 라인이 오류라고 뜨길래 복사해왔습니다.. 한번 봐주시고 말해주세요

맨윗줄에 있는 주석이 92번라인이고 그밑에 있는게 바로 93번입니다. 오류좀 고쳐주세요 ㅠㅠ

#--------------------------------------------------------------------------
  def self.level;       basic(0);     end   # 레벨
  def self.level_a;     basic(1);     end   # 레벨 (短)
  def self.hp;          basic(2);     end   # HP
  def self.hp_a;        basic(3);     end   # HP (短)
  def self.mp;          basic(4);     end   # MP
  def self.mp_a;        basic(5);     end   # MP (短)
  def self.tp;          basic(6);     end   # TP
  def self.tp_a;        basic(7);     end   # TP (短)
  def self.fight;       command(0);   end   # 싸운다
  def self.escape;      command(1);   end   # 도망
  def self.attack;      command(2);   end   # 공격
  def self.guard;       command(3);   end   # 방어
  def self.item;        command(4);   end   # 아이템
  def self.skill;       command(5);   end   # 스킬
  def self.equip;       command(6);   end   # 장비
  def self.status;      command(7);   end   # 스테이터스
  def self.formation;   command(8);   end   # 정렬
  def self.save;        command(9);   end   # 세이브
  def self.game_end;    command(10);  end   # 게임 종료
  def self.weapon;      command(12);  end   # 무기
  def self.armor;       command(13);  end   # 방어구
  def self.key_item;    command(14);  end   # 소중한것
  def self.equip2;      command(15);  end   # 장비변경
  def self.optimize;    command(16);  end   # 최강장비
  def self.clear;       command(17);  end   # 모두 제거
  def self.new_game;    command(18);  end   # 뉴 게임
  def self.continue;    command(19);  end   # 컨티뉴
  def self.shutdown;    command(20);  end   # 종료
  def self.to_title;    command(21);  end   # 타이틀로
  def self.cancel;      command(22);  end   # 취소
  #--------------------------------------------------------------------------
end#--------------------------------------------------------------------------
  def self.level;       basic(0);     end   # 레벨
  def self.level_a;     basic(1);     end   # 레벨 (短)
  def self.hp;          basic(2);     end   # HP
  def self.hp_a;        basic(3);     end   # HP (短)
  def self.mp;          basic(4);     end   # MP
  def self.mp_a;        basic(5);     end   # MP (短)
  def self.tp;          basic(6);     end   # TP
  def self.tp_a;        basic(7);     end   # TP (短)
  def self.fight;       command(0);   end   # 싸운다
  def self.escape;      command(1);   end   # 도망
  def self.attack;      command(2);   end   # 공격
  def self.guard;       command(3);   end   # 방어
  def self.item;        command(4);   end   # 아이템
  def self.skill;       command(5);   end   # 스킬
  def self.equip;       command(6);   end   # 장비
  def self.status;      command(7);   end   # 스테이터스
  def self.formation;   command(8);   end   # 정렬
  def self.save;        command(9);   end   # 세이브
  def self.game_end;    command(10);  end   # 게임 종료
  def self.weapon;      command(12);  end   # 무기
  def self.armor;       command(13);  end   # 방어구
  def self.key_item;    command(14);  end   # 소중한것
  def self.equip2;      command(15);  end   # 장비변경
  def self.optimize;    command(16);  end   # 최강장비
  def self.clear;       command(17);  end   # 모두 제거
  def self.new_game;    command(18);  end   # 뉴 게임
  def self.continue;    command(19);  end   # 컨티뉴
  def self.shutdown;    command(20);  end   # 종료
  def self.to_title;    command(21);  end   # 타이틀로
  def self.cancel;      command(22);  end   # 취소
  #--------------------------------------------------------------------------
end

Comment '1'
  • ?
    LuD 2017.07.15 15:52
    같은게 두번적혀있는거 말고 위쪽 짤린거 말고 이것만 봐서 문제가 뭔지 모르죠;
    자동차 사진 2장만 보여주면서 차가 안움직여 어떻게해? 같은 느낌..?

List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12448
RMVX 스크립트 오류.. 2 file vmfl 2016.02.24 137
RMVXA 스크립트 오류. 파일첨부 1 file 아이리수 2013.02.09 513
기타 스크립트 오류 해결좀해주실분 1 sakuragi 2013.11.26 927
RMXP 스크립트 오류 질문입니다. file 레모네이드립톤 2013.10.29 746
RMVXA 스크립트 오류 질문입니다. 2 file Evr 2014.02.22 705
RMVX 스크립트 오류 질문 드립니다 4 후라이팬샷 2014.01.10 606
RMVX 스크립트 오류 재질문 file 은색바람 2013.02.04 602
RMVXA 스크립트 오류 입니다 6 file 꾸와 2016.01.04 173
기타 스크립트 오류 어떻게 고치나요? file 무자 2016.10.28 128
RMVXA 스크립트 오류 봐주실분~ 2 file revolutia 2016.06.20 144
RMVXA 스크립트 오류 관련입니다. 2 file 스리아씨 2013.09.27 914
RMVX 스크립트 오류 3 file 은색바람 2013.02.04 657
RMVX 스크립트 오류 2 미르(Mir) 2014.05.05 550
RMVX 스크립트 오류 8 file SIES 2015.06.30 162
기타 스크립트 오류 1 Mop 2017.07.13 97
에러 해결 RMXP 스크립트 연쇄 때문에 순서 오류가 생긴건지 아니면 코드 자체에 문제가 있는건지.... file 인사 2019.07.24 70
RMVX 스크립트 에러좀 봐주세요 ㅠㅠ 1 file 류한서 2012.11.30 857
RMVXA 스크립트 에러 질문입니다 3 file 오늘은훈이좋군 2013.10.01 1190
RMVX 스크립트 에러 3 file NaNaShinoNovel 2014.05.05 513
RMVXA 스크립트 에러 1 file 가온누리55 2017.10.01 212
Board Pagination Prev 1 ... 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 ... 516 Next
/ 516