135 lines
2 KiB
Text
135 lines
2 KiB
Text
[ヒロイン間絆]20_0201
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 19, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 21, 0, 0,
|
||
#BUSET, 0, 0, 2,
|
||
|
||
#BGMPLAY, 330,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"As expected of someone called a hero、you're
|
||
really strong."
|
||
|
||
#BUSET2, 0, 1, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Kitsch-chan's tentacles too. Individually they
|
||
might not be impressive、but when they work
|
||
together as a group、they're formidable."
|
||
|
||
#WFSET, 21, 0,
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"After all、tentacle beasts are all about the
|
||
group."
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Tentacle Beasts
|
||
"Kishaa☆"
|
||
|
||
#MSG,
|
||
Tentacle Beasts
|
||
"Kishasha、Kishaa?"
|
||
|
||
#BUSET2, 0, 0, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Do you want to have another match?"
|
||
|
||
#WFSET, 21, 0,
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"Huh? You understood what these guys were saying?"
|
||
|
||
#BUSET2, 0, 2, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Sort of... Was I right?"
|
||
|
||
#WFSET, 21, 0,
|
||
|
||
#MSG,
|
||
Kitsch
|
||
"Yeah、mostly. So、will you join us for another
|
||
battle?"
|
||
|
||
#BUSET2, 0, 1, 2,
|
||
|
||
#MSG,
|
||
Philia
|
||
"Yes! But let's take a little break first!
|
||
Everyone seems a bit tired!"
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#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,
|
||
|
||
|
||
|
||
|