124 lines
1.9 KiB
Text
124 lines
1.9 KiB
Text
[ヒロイン間絆]20_1061
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#MSGWINDOW_OFF,
|
||
|
||
// BGnum frame
|
||
#BGSET, 2, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET, 1, 0, 2,
|
||
|
||
#BGMPLAY, 345,
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#SEPLAY, 366
|
||
#WAIT, 60,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#WFSET, 1, 0,
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"Ah、it's you、Gara-san. Do you need something from
|
||
me?"
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"......"
|
||
|
||
#BUSET2, 1, 3, 2,
|
||
|
||
#MSG,
|
||
Rapusena (What intense eyes... What kind of
|
||
creature is this bird?)
|
||
|
||
#BUSET2, 8, 8, 0,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"That child、you see、prefers humans who possess
|
||
unfounded negative powers."
|
||
|
||
#BUSET2, 1, 7, 2,
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"Spear-san. What do you mean by 'unfounded
|
||
negative powers'?"
|
||
|
||
#BUSET2, 8, 1, 0,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Who knows? Perhaps you understand it better than
|
||
I do?"
|
||
|
||
#BUSET2, 1, 3, 2,
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"......"
|
||
|
||
#BUSET2, 8, 8, 0,
|
||
|
||
#MSG,
|
||
Laughing Spear (Hehe. You were given the role of a
|
||
saint、but it seems your true nature is quite
|
||
profound.)
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
#WFOUT,
|
||
|
||
#FADE, 0, 0, 0, 255, 30
|
||
#WAIT, 30,
|
||
|
||
#BUOUT, 0,
|
||
#BUOUT, 1,
|
||
#BUOUT, 2,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0,
|
||
#WAIT, 30,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
//-----------------------------------------------------------
|
||
// イベント報酬取得処理
|
||
#EVENTREWORD,
|
||
|
||
// 報酬処理終了
|
||
//-----------------------------------------------------------
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|
||
|