질문과 답변

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 12442
기타 스프라이트 크기 규격 임의로 바꿀 수 있나요? 1 file 밀티슈 2017.03.03 237
기타 울프툴 글자깨짐에 대한 질문입니다 (윈도우10) 3 file 점이 2017.03.20 4843
기타 mv 맵타일 래빗쯔 2017.04.16 105
기타 윈10 울프툴 로컬에뮬 이용시 중국어로 나오는 문제 4 file 율잉 2017.04.18 1131
기타 컴퓨터 쌩초보인데 만들 수 있을까요 4 보드카짱 2017.04.25 119
기타 주인공 일러스트 하나 보수 드리려면 얼마가 적당한가요? 3 후라이팬샷 2017.05.03 179
기타 인텔xdk 배포 문제 2 [team]ㅎㅅㅎ 2017.05.08 151
기타 뭔가 복잡해보이는 게임은 어떤방법으로 게임을 만든건가요? 2 모마오드 2017.05.09 277
기타 컨스트럭트 런(게임실행) 화면 확대하는 법 KYJoon 2017.05.15 214
기타 쯔꾸르 게임을 60프레임으로 플레이하는 방법? 3 파치리스 2017.05.24 1501
기타 자료실에 '아이콘'만들어주세요 4 푸른바람avangs 2017.06.03 115
기타 변수에서 1의자리수 또는 10의 자리수만 구하려면 어떻게 해야 할까요? 6 수프림 2017.06.04 152
기타 게임 제작을 앞서 필요한것이 무엇인가요? 1 d잃어버린게임을찾아 2017.06.05 119
기타 game.exe의 파일명을 다르게 변경할 수 있나요? 2 보드카짱 2017.06.23 349
기타 게임을 만들고 싶은데 어꺼한 프로그램을 사용하면 좋을가요? 1 ZeroLee 2017.07.09 123
기타 스크립트 오류 1 Mop 2017.07.13 97
기타 쯔구르 동물캐릭터 2 bdcmetal666 2017.07.21 125
기타 게임만들기 1 bdcmetal666 2017.07.22 131
기타 쯔꾸르 대사추출 프로그램 extra2, project data 교체 오류 2 라카에 2017.07.22 2289
기타 울프툴 이벤트부분 오류 질문이요 file tros 2017.08.22 812
Board Pagination Prev 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 Next
/ 37