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 7316
214 기타 좌표 스크립트 2 백호 2009.02.21 921
213 기타 [XP/VX/VXA] Drago Core Engine Alkaid 2014.02.13 921
212 기타 지정범위안에 들어오면 특정한 움직임을 취한다!! 1 백호 2009.02.21 924
211 기타 Economy System by Nick@Creation Asylum 1 file 백호 2009.02.22 939
210 기타 KGC 디버거 (최신 올라온 것에 비해 성능은 딸리지만) file 백호 2009.02.22 943
209 기타 Text Scroll by Dubealex (Release 3) 2 file 백호 2009.02.22 950
208 기타 ATS-Advanced Time System 1 file 백호 2009.02.21 976
207 기타 필드에서 마력을 출력합니다. 백호 2009.02.22 996
206 기타 Tetris Attack by trickster 1 file 백호 2009.02.22 997
205 기타 스크롤되는 파노라마(Autoscrolling Panorama) by RPG Advocate 백호 2009.02.22 1000
204 기타 Free Window Demo 1 file 백호 2009.02.22 1005
203 기타 특수효과 ElseEX 스크립트 file 백호 2009.02.21 1011
202 기타 [All RGSS] File-Ex file Cheapmunk 2014.12.29 1011
201 기타 프레임 적용 스크립트 1 file 백호 2009.02.21 1017
200 기타 분류 별로 윈도우 스킨 다르게 사용하기 file 백호 2009.02.21 1026
199 기타 강제 종료시키기 1 file 백호 2009.02.22 1028
198 기타 제련시스템 수정본입니다. 3 file 백호 2009.02.21 1038
197 기타 능력치 무한대 스크립트 (따로 넣을필요없음) 2 백호 2009.02.21 1044
196 기타 Random Character Generator by SephirothSpawn (SDK호환) 1 백호 2009.02.22 1055
195 기타 기본설정 강화ㄴ 1 백호 2009.02.21 1061
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 Next
/ 13