질문과 답변

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 21126
기본툴 사용법 RMMZ 타일위에 커다란 이미지를 띄우는 방법이 있을까요? 1 Arsia 2024.01.16 122
이벤트 작성 RMMV 파티 내 액터중 이름, 직업이 일치하는 경우에만 특정 이벤트를 표현하고자 합니다. 6 애용애용갱얼쥐 2022.12.30 123
액션 전투 RMVX 액알 중 아이템 사용. 제리루비 2021.07.20 123
RMMV 일반 Actor 이벤트가 공격하게 만드는 법이 있을까요 1 빠밀 2016.08.24 123
기타 궁금해요ㅠㅠ 2 냥크미리 2015.08.21 123
RMVX 알려주세요 3 쯔꾸르만들껀데 2015.12.10 123
RMVXA 아이템 수량(중첩)관련 질문드립니다. 몽롱하다 2016.02.12 123
RMVX 플레이어가 어떤 대상에 부딫히고 대상이 제거되는 법 1 SteinsGate 2016.06.08 123
RMMV MV에서 스킬을 쓸 때 스킬네임을 먼저 뜨게.. 조하루 2016.07.17 123
RMVXA 도트 어떻게 만들고 어떻게 적용하죠?? 허브마츠 2016.08.05 123
RMVXA 특정 타일에서만 캐릭터 변경 4 유한소수 2017.02.16 123
RMVXA 특정 장비는 해제불가능하게 만들기 2 Arees 2017.02.20 123
턴제 전투 RMMV 리더 캐릭터의 스킬을 만들고 싶습니다 유카이 2021.02.23 123
이벤트 작성 RMVX 이벤트가 이벤트를 따라가게 하기 1 수학의정석 2018.12.30 123
액션 전투 RMVXA 캐릭터 주변에 소환하는 거 질문합니다 1 twrr 2020.02.11 123
스크립트 사용 RMVXA 움직이는 배경 1 Wolfclaw 2020.05.20 123
에러 해결 RMVX 액터가 움직이지 않습니다 1 NDgames 2021.11.12 123
이벤트 작성 RMVX 어떻게 작성하나요? 2 어성초 2020.02.13 124
기본툴 사용법 RMMV sv전투화면 변경법(안된다면 캐릭터사이즈변경법이라도)알려주실분! 1 file 쌩촙제작자 2023.02.08 124
플러그인 사용 RMMV YEP_Battle A.I core를 이용해서 적의 행동패턴을 짜다가 문제가 생겼습니다. 2 file 프랑도르 2021.07.23 124
Board Pagination Prev 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ... 518 Next
/ 518