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 6661
397 헬프윈도우 확장 13 file RPGbooster 2008.10.08 2891
396 기타 텍스트 파일 읽어 오는 스크립트 11 아방스 2008.03.04 2892
395 이동 및 탈것 달리면 스태미너가 감소하는 스크립트 18 file 카르와푸딩의아틀리에 2009.06.30 2898
394 그래픽 Arevulopapo's Particle Engine for VX/Ace by PK8 1 Alkaid 2012.05.13 2899
393 그래픽 Multiple Fogs 1.0 4 아방스 2008.03.05 2910
392 오버 드라이브 8/24 버젼 20 file RPGbooster 2008.10.11 2913
391 제작도구 Icon Preview Window by Woratana 8 file 허걱 2009.08.20 2922
390 전투 Etude87_Tankentai_Addon ver.1.0 7 file 습작 2012.06.03 2923
389 기타 던전에 적정 레벨이 어떤건지 스크린에 표시해주는 스크립트! 5 file 루시페르 2009.06.06 2925
388 저장 Neo Save System VI by Helladen 2 Alkaid 2012.01.15 2929
387 스킬 스킬, 아이템 적아 구분 없이 쓰기 10 file EuclidE 2011.10.16 2931
386 기타 밤낮의 변화에 따른 전투배경의 변화 스크립트 10 file 카르와푸딩의아틀리에 2009.07.01 2964
385 액터 캐릭터에 다양한 효과주기 투명도 조절 9 아방스 2008.03.04 2972
384 기타 화면에 그림 그리는 스크립트 21 file 강진수 2010.02.27 2981
383 변수/스위치 HG_Variables : 변수 확장 시스템 11 file 허걱 2010.06.14 2982
382 영상 Avi 재생 스크립트! [고화질 재생 가능] 34 짭뿌C 2012.10.24 2983
381 기타 KGC 리버스 데미지! 28 루시페르 2009.04.13 2993
380 기타 [요청자료] 유즈미짱 님께서 요청한 그림표시 입니다. 5 file 허걱 2009.07.08 2997
379 액터 (수정)크리쳐 합체, 'SW_CreatureMix' by SiotWarrior 22 file 시옷전사 2010.09.07 2999
378 파티 5인 파티 프로젝트 V1.1 4 file 지나가는떡꼬치 2012.06.30 3015
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