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
157 그래픽 그림자 없에는 스크립트(그런것 같음) 1 Man... 2008.10.27 1641
156 KID's Luck Systems(무슨 뜻?) 4 Man... 2008.10.27 1378
155 엄청 좋음(DEMO)클릭 하이퍼링크 걸려있음(누가 변혁좀 해 줬으면...) 4 Man... 2008.10.27 1745
154 날씨 스크립트ㅎㅎ 9 Man... 2008.10.27 2360
» 무슨 스크립트인지 모름 7 Man... 2008.10.26 1453
152 장비 Equipment Set Bonus 6 Man... 2008.10.25 1849
151 장비 Expansion_Suite V2.1! 6 Man... 2008.10.25 1593
150 중복이지만...제가 올린 단체 액알 스크립트에서 오류가 너무 많이 나서...개인 액알로 다시 올려드리는 겁니다. 15 21stcentury 2008.10.12 3429
149 장비 스킬습득장비 [죄송] 19 file RPGbooster 2008.10.11 4049
148 아이템 아이템 분류 19 file RPGbooster 2008.10.11 3309
147 스킬분류 16 file RPGbooster 2008.10.11 2833
146 ATB v1.0 배틀 시스템 + RPG Tankentai SBS v2.8 16 supergt 2008.10.11 4681
145 상점 상점의 자세한 표시 32 file RPGbooster 2008.10.11 4008
144 맵/타일 Final Fantasy IV 모든 완성된맵 47 RPGbooster 2008.10.11 5086
143 아이템 적과 만나지않는 아이템 12 file RPGbooster 2008.10.11 2718
142 폰 시스템 29 RPGbooster 2008.10.11 3454
141 퀘스트 퀘스트 스크립트 39 file RPGbooster 2008.10.11 6139
140 아이템 편리한 디자인의 아이템메뉴 30 file RPGbooster 2008.10.11 5098
139 아이템 돈 아이템 장비를저장 11 file RPGbooster 2008.10.11 3452
138 커서 애니메이션 12 file RPGbooster 2008.10.11 3127
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