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
57 메뉴 Adding Extra Menu in lafia Script 2 Man... 2008.10.29 1574
56 SephirothSpawn's Slanted Bars in VX 1.1 2 Man... 2008.10.28 1572
55 아이템 Item Price Changer 7 Man... 2008.10.28 1530
54 Path Finding 6 Man... 2008.10.08 1530
53 Sprite Mover 2 Man... 2008.10.27 1529
52 타이틀/게임오버 Title Skip System : 타이틀 스킵 file 허걱 2014.03.19 1510
51 기타 Drop Options 1.1 by Modern Algebra 4 Alkaid 2010.09.16 1509
50 Skill Delay VX 4 Man... 2008.10.28 1503
49 변수/스위치 Variable Criticals Man... 2008.10.28 1480
48 메뉴 Etude87's Menu Editor for VX 25 습작 2015.01.14 1461
47 오디오 사운드 자동 변환 설정 rukan 2009.07.01 1461
46 타이틀/게임오버 Random Title Screen 2 Man... 2008.10.28 1454
» 무슨 스크립트인지 모름 7 Man... 2008.10.26 1453
44 이동 및 탈것 대쉬금지의 변경 1 rukan 2009.07.02 1449
43 (?스크립트) 스크립트 읽어서 그래픽 넣으세요.(영어 잘하는 사람만 권장...) 2 Man... 2008.10.27 1444
42 KID's Luck Systems(무슨 뜻?) 4 Man... 2008.10.27 1378
41 영어 잘하는 사람만 보세요..저도 모르겠음(무슨 스크립트인지) 3 Man... 2008.10.27 1372
40 기타 페이드 시간 변경 2 rukan 2009.07.01 1360
39 기타 Resize and Scale by OriginalWij 1 습작 2013.05.13 1349
38 기타 MSX - XP Characters on VX/VX Ace 2 Alkaid 2013.01.26 1346
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