137 lines
2.3 KiB
Text
137 lines
2.3 KiB
Text
[ラフィング=スピア結婚]10_0805
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 2, 0
|
||
|
||
|
||
#BGMPLAY, 310
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 8, 2, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Do you seriously want to marry me? Are you out of
|
||
your mind?"
|
||
|
||
#BUSET2, 8, 1, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"......"
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"The winner can do whatever they want with the
|
||
loser、right?"
|
||
|
||
#BUSET2, 8, 3, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Hehe、I like that logic."
|
||
|
||
#BUSET2, 8, 2, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"But just so you know、I'm second-hand、okay?"
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Back when I lived under a name I've since
|
||
discarded、there was one person I had set my heart
|
||
on."
|
||
|
||
#BUSET2, 8, 1, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"I still have some lingering feelings."
|
||
|
||
#BUSET2, 8, 3, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"If you're okay with a sentimental second-hand
|
||
like me、why don't you take me?"
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"After all、I、Laughing Spear、don't dislike you."
|
||
|
||
#BUSET2, 8, 1, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"......Still、you're okay with that? You really are
|
||
peculiar."
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"......Hehe、marriage、huh? To think I'd get to
|
||
experience something like that."
|
||
|
||
#BUSET2, 8, 3, 1
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"You can throw me away whenever you don't need me
|
||
anymore. Just think of me as an instant wife and
|
||
do as you please."
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
#BUOUT, 1,
|
||
#WFOUT,
|
||
|
||
#FADE, 0, 0, 0, 255, 30
|
||
#WAIT, 30,
|
||
|
||
// BGnum frame
|
||
#BGSET, 83, 0,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#WAIT, 60,
|
||
|
||
|
||
//-----------------------------------------------------------
|
||
// イベント報酬取得処理
|
||
#EVENTREWORD,
|
||
|
||
// 報酬処理終了
|
||
//-----------------------------------------------------------
|
||
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|