how-to-make-true-slaves/data/Script/20_0201.txt
2024-05-09 21:21:56 -05:00

135 lines
2 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[ヒロイン間絆]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,