VX 스크립트


# SIMPLE EXAMPLE 1:
$scene = Scene_New.new(1, "")

# This will add actor with ID 1 to the party, optionally fade out the screen and display
# all the editable text and stats. It will NOT show an image.
# ---------------------------------
# SIMPLE EXAMPLE 2:
t = "This is a text"
$scene = Scene_New.new(1, "1", t)

# By having 3 parameters, the 3rd will be displayed in the button of the
# optional textbox. In other words "This is a text" will be displayed.
# Again, the picture ("1.png") are loaded from the Graphics/Pictures folder.
# ---------------------------------
# SIMPLE EXAMPLE 3:
a = [1,2,3,5,9]
t = "This is a text"
$scene = Scene_New.new(a, "1", t, true)

# By having 4 parameters, the 1st should be an array of actor IDs.
# It can be a single number too, but then there will be no loop.
# The 4th will be whether or not you can loop between the array to chose
# what actor to add. In other words, if the 1st parameter is an array,
# the 4th should be true to make sense. If you can loop, the picture can
# optionally change as well.
#
# If you want this effect you should call the pictures
# equal to an actor's ID; a single number as in the examples.
# And you should send in the picture in the parameters with name
# equal to the 1st item in the array. e.g. if the array is [5,4,6] it should be
# "5", and if it's [8,12,1,6] it should be "8"
데모
: http://www.sendspace.com/file/ss92kk

Comment '7'

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 3 습작 2012.12.24 5398
157 파티 Party Changer 3.9 by Dargor 5 file Alkaid 2010.09.12 2364
156 이동 및 탈것 Paper Mario Walk 7 file 카르와푸딩의아틀리에 2009.08.19 2697
155 기타 OriginalWij's Script Compilation 1.2 2 Alkaid 2010.09.20 1583
154 전투 ORBS_v1[1].06 전투시스템. 22 file 할렘 2009.02.06 7407
153 전투 ORBS [새로운 전투 방식] 48 file 아방스 2009.03.04 10210
152 퀘스트 Omegas7's Quest System 3.0 퀘스트 스크립트 5 리프네버 2010.01.09 3452
151 키입력 No F1, F12 and Alt+Return (Kein F1, F12 und Alt+Eingabe) by cremno 습작 2013.04.19 1046
150 메시지 NMS 3.0 Beta 주석 번역본(한글) 4 인천항 2010.01.13 3369
149 타이틀/게임오버 New Title Screen 3 Man... 2008.10.28 1832
148 온라인 NETVX 2버전 18 아방스 2009.02.04 3908
147 온라인 net VX[ RPGVX 온라인 스크립트 ] 19 file 제로스S2 2009.08.03 6390
146 저장 Neo Save System VI by Helladen 2 Alkaid 2012.01.15 2886
145 저장 Neo Save System V by Helladen(Original by Woratana) 8 Alkaid 2010.09.02 2439
144 그래픽 Multiple Fogs 1.0 4 아방스 2008.03.05 2886
143 메시지 MultiMessage 멀티 메시지 스크립트 9 file 허걱 2010.02.23 4297
142 Multi-threader snippet by Omegazion Man... 2008.10.28 1107
141 장비 Multi-Slot Equipment VX 1.6 by DerVVulfman 1 file Alkaid 2010.09.02 1637
140 기타 MSX - XP Characters on VX/VX Ace 2 Alkaid 2013.01.26 1346
139 More SaveFlies(대박) 2 Man... 2008.10.28 2125
138 이름입력 MOG 이름바꾸기 11 file RPGbooster 2008.10.08 3285
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next
/ 32