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
397 기타 미니게임 로또??일까? 14 file 카르와푸딩의아틀리에 2009.06.30 2577
396 물반사 효과 32 file RPGbooster 2008.10.08 3722
395 기타 문장의 스크롤! 13 루시페르 2009.06.06 2524
394 메시지 문장에서1글자마다소리내기 19 작은샛별 2010.03.07 3951
393 메시지 문장 및 페이스 정렬 바꾸기 (Neonblack's Text Alignment and Face Flip script) MinaAubert 2012.09.19 2213
392 메시지 문장 넘길대 소리나게 하는스크립트 19 아방스 2008.01.24 4180
391 메시지 문자픽쳐 표시 스크립트 7 file 좀비사냥꾼 2009.03.19 4144
390 오디오 무작위 전투음악 12 file RPGbooster 2008.10.08 2335
» 무슨 스크립트인지 모름 7 Man... 2008.10.26 1453
388 무기에 초필살기를 장착! 19 file RPGbooster 2008.10.08 4131
387 스킬 무기성장 랭크 시스템. 20 file 카르와푸딩의아틀리에 2009.07.08 4820
386 스킬 무기 업그레이드 시스템 27 file 담먹캐 2009.11.01 5757
385 메뉴 몬스터도감(유즈미짱님의엘카르디아같은종류) 1 작은샛별 2010.03.07 4201
384 메뉴 몬스터도감 심플버전! 52 file 카르와푸딩의아틀리에 2009.06.30 6907
383 메뉴 몬스터도감 Tankentai사이드뷰에 작동하도록 수정 13 카르와푸딩의아틀리에 2009.05.22 3775
382 기타 몬스터 리얼한 효과 27 file 사람이라면? 2010.08.16 5074
381 몬스터 도감 [수정] 68 file RPGbooster 2008.10.08 6074
380 메뉴 모그메뉴 스킨입니다. 1 file 아부리 2009.02.16 6866
379 이름입력 모그 이름 바꾸기 한글 변역! 2 Man.... 2008.11.04 4114
378 기타 멥 이름 띄우기 10 신규회원 2012.02.24 3626
Board Pagination Prev 1 ... 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ... 32 Next
/ 32