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 제작도구 최대한 한글로 변혁 했음Window Maker V1.0(대박) 15 Man... 2008.10.29 4701
496 ATB v1.0 배틀 시스템 + RPG Tankentai SBS v2.8 16 supergt 2008.10.11 4693
495 기타 아이디를 띄우기 20 12345678 2011.11.07 4667
494 스킬 스킬 필요 조건(번역) 23 file 훈덕 2009.02.03 4663
493 메시지 [완성]RPG Maker VX용 한글 조사 자동결정 10 file 시릴캣 2009.08.13 4657
492 전투 VX SRPG3d 수정본(1) 12 아이미르 2011.10.19 4636
491 퀘스트 오메가7 퀘스트 스크립트 한글화,사용법,데모게임 직접제작 32 file DH Games 2010.02.14 4623
490 이동 및 탈것 점프를 제한 하는 스크립트 15 아방스 2008.01.31 4622
489 메뉴 기본메인 메뉴 아이콘 추가 10 아방스 2010.12.11 4609
488 기타 간단한 스크립트의 사용법 6 아방스 2008.03.09 4576
487 아이템 레벨,능력치,아이템소지갯수,소지금의 한계돌파스크립트 21 file 이탁 2009.01.28 4572
486 상태/속성 넓어진 상태창 v1.0 11 file 아방스 2009.01.20 4561
485 아이템 아이템입수 화면 16 file RPGbooster 2008.10.08 4558
484 메뉴 스타일 크로노 트리거 메뉴 31 file 콩밥 2010.07.19 4552
483 전투 스킬 커맨드 스크립트 16 아방스 2009.02.05 4552
482 타이틀/게임오버 까만화면으로 시작하기 27 file 허걱 2009.07.04 4548
481 메뉴 메뉴 배경화면 바꾸는 스크립트 9 독도2005 2008.03.23 4545
480 전투 Target 몬스터 플래시 스크립트 16 아방스 2008.01.24 4538
479 기타 책 읽기 스크립트 44 file 히류 2010.10.05 4526
478 상점 스킬합성 상점 스크립트 23 file 미얼 2009.10.29 4523
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