XP 스크립트

쓸모가 없을수도 있습니다 .

번역순으로 올리도록하겠습니다.


어디에 쓰일지가 의문인 스크립트
────────────────
#==============================================================================
# ■ Window_Information
#------------------------------------------------------------------------------
#  메뉴 화면에서 정보를 표시하는 윈도우입니다.
#==============================================================================

class Window_Information < Window_Base
#--------------------------------------------------------------------------
# ● 오브젝트 초기화
#--------------------------------------------------------------------------
def initialize
super(0, 0, 640, 39)
self.contents = Bitmap.new(width - 32, height - 32)
refresh
end
#--------------------------------------------------------------------------
# ● 리프레쉬
#--------------------------------------------------------------------------
def refresh
#self.contents.clear
#self.contents.font.color = system_color
#cx = self.contents.text_size("현재지").width + 8
#self.contents.draw_text(4, 0, cx, 32, "현재지")
#self.contents.font.color = normal_color
#Infowin.draw_text(12, 0, 400, 32, $game_system.place)
#self.contents.font.color = system_color
#cx = self.contents.text_size("현재의 임무").width + 8
#self.contents.draw_text(4, 32, cx, 32, "현재의 임무")
#self.contents.font.color = normal_color
#self.contents.draw_text(4 + cx, 32, 444 - cx, 32, $game_system.mission)
end
end

Who's 백호

?

이상혁입니다.

http://elab.kr


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 7291
214 기타 KGC - 입수 경험치&금 증가 스크립트 백호 2009.02.22 1318
213 기타 KGC 디버거 (최신 올라온 것에 비해 성능은 딸리지만) file 백호 2009.02.22 939
212 기타 KGC, SG 필수 스크립트 1 백호 2009.02.22 1116
211 기타 KGC_UsableWeapon file 백호 2009.02.22 1399
210 기타 KGC꺼 몬스터도감 수정해봤어요;;; 9 file 백호 2009.02.21 2151
209 기타 killer님 요청하신 스크립트 두번째입니다. 나뚜루 2009.02.21 770
208 기타 killer님 요청하신 스크립트입니다. 1 나뚜루 2009.02.21 794
207 기타 Letter by Letter Message Window by slipknot@rmxp.org (SDK호환) 1 file 백호 2009.02.22 772
206 기타 Localization by ForeverZer0, KK20 습작 2013.04.26 766
205 기타 Materia System file 백호 2009.02.21 767
204 기타 Minesweeper(지뢰찾기) by SephirothSpawn (SDK호환) 3 file 백호 2009.02.22 1371
203 기타 mog-스테이터스 업그레이드? ps인간 2009.01.23 1918
202 기타 Monster Arena by trickster file 백호 2009.02.22 820
201 기타 Multiple Currencies(여러 개의 통화단위 사용) 2 백호 2009.02.22 1136
200 기타 Multiple Languages v2 by SephirothSpawn (SDK호환) file 백호 2009.02.22 1415
199 기타 My메세지(메세지 출력 스크립트) 1 file 백호 2009.02.22 1542
198 기타 Near Fantastica's SDK Test Bed 3 file 백호 2009.02.22 891
197 기타 Note Editor for RMXP by NEWOLD 1 Alkaid 2012.01.15 2117
196 기타 NPC Details Window by SephirothSpawn (SDK호환) 1 file 백호 2009.02.22 1218
195 기타 Phylomortis.com 스크립트들. file Alkaid 2010.09.02 1799
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 Next
/ 13