소개
아방스 질문과 답변 게시판에 책벌레공상가님께서 문의하신 기능을 담아보았습니다. 아이템 선택의 처리시 도움말창이 표시됩니다.
Download
http://eternalworld.tistory.com/455
경우에 따라선 타 메시지 스크립트와 혼용시 문제가 발생할 수도 있습니다.
러닝은빛의 한글 메시지 시스템과 혼용하시는 경우 해당 부분을 찾아 아래와 같이 수정해주세요.
Window_Message.prototype.subWindows = function() {
return [this._goldWindow, this._choiceWindow,
this._numberWindow, this._itemWindow, this._helpWindow, this._nameWindow];
};
return [this._goldWindow, this._choiceWindow,
this._numberWindow, this._itemWindow, this._helpWindow, this._nameWindow];
};
수정내역
- 1.0.0
- realese