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
497 폴스 세이브 4 Man... 2008.10.28 2352
496 이동 및 탈것 스위치 on일때 못 움직이게...(이동고정) 6 허걱 2009.07.14 2352
495 메뉴 kgc 파라미터 배분 09/07/25 13 시트르산 2010.09.24 2352
494 기타 2 Players Engine 11 레이니케 2008.03.28 2356
493 상태/속성 Stat Distribution System 1.71 by Lettuce 7 file Alkaid 2010.09.14 2356
492 기타 ひきも記 RMVX 샘플 프로젝트 9 file Alkaid 2010.09.15 2365
491 오디오 무작위 전투음악 12 file RPGbooster 2008.10.08 2367
490 날씨 스크립트ㅎㅎ 9 Man... 2008.10.27 2371
489 변수/스위치 HG_SelfVariables 셀프 변수 8 file 허걱 2010.11.19 2377
488 전투 [덮어씌우기]Window_ActorCommand_EX 4 맛난호빵 2011.03.12 2378
487 스킬 Simple Sort Inventory 2.0 by cozziekuns 1 file Alkaid 2011.09.29 2383
486 기타 다른 방식의 테트리스 미니게임 7 file 사람이라면? 2010.08.17 2387
485 전투 [RPG VX]기술에 쿨타임을 부여하는 스크립트 3 스리아씨 2013.12.05 2389
484 기타 [VX] Anti-Lag 1.2c by Anaryu[예제첨부] 3 file WMN 2008.04.06 2390
483 스킬 Simple Sort Skill Inventory 1.1 by cozziekuns 5 file Alkaid 2010.11.10 2391
482 기타 타격관계도 등의 한계돌파 11 시트르산 2010.09.10 2392
481 파티 Party Changer 3.9 by Dargor 5 file Alkaid 2010.09.12 2395
480 저장 Advanced Files 1.3 by Dargor 6 file Alkaid 2010.09.02 2396
479 기타 [XP / VX 공용] rand() 함수 확장 스크립트 4 허걱 2011.09.13 2399
478 전투 맨손 공격시 2번공격하는 스크립트 5 아방스 2008.01.24 2402
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 32 Next
/ 32