질문과 답변

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 아이템이 나올수도있고 안나올수도있개하는법? 7 게임꿈나무 2017.07.12 153
RMVXA 게임 제작 후 실행법 2 Mop 2017.07.13 98
기타 스크립트 오류 1 Mop 2017.07.13 97
RMMV 탈것에 오르기/내리기 이벤트 3 seintcat 2017.07.14 159
RM2k3 rpg 2003 질문이요 뭉멍이 2017.07.14 153
RMVXA 주인공 대화 2 챤챤 2017.07.14 152
RMVX 퀘스트 질문임돠 1 게임꿈나무 2017.07.14 117
RMVXA 셀프변수 스크립트 오류 5 file 바보인데 2017.07.15 140
RMMV 스크립트 기능 질문 2 닐니리뽕 2017.07.15 106
RMVXA VX ACE [해결] yeellowyt 2017.07.16 97
RMVXA 대화 궁금증 2 Mop 2017.07.16 85
RMMV 플레이어와 이벤트가 일정거리 유지하는방법이 궁금합니다 11 재미없는인간 2017.07.17 190
RMVX 병렬처리로 닿으면 죽는법 2 file p.l.o 2017.07.17 228
RM2k3 rpg2003 입니다 킹왕짱알피쥐 2017.07.18 166
RMMV 스킬사용시 MP가아닌소모 2 쿨쿨팬더 2017.07.18 153
RMMV TP가 0으로 시작하고 싶습니다. 겜제작광 2017.07.19 111
RMVXA 게임 시작을 세이브파일부터 하는 방법 2 여줄가리 2017.07.19 1289
툴선택 이번에 게임제작에 입문할려고하는 초보입니다. 9 막스르콜 2017.07.20 295
기타 쯔구르 동물캐릭터 2 bdcmetal666 2017.07.21 125
RMMV npc가 npc를 공격하는 액알을 만들고 싶습니다. 4 윈드밀 2017.07.21 191
Board Pagination Prev 1 ... 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 ... 516 Next
/ 516