136 lines
2.3 KiB
Text
136 lines
2.3 KiB
Text
[ルイーナ絆LV4]10_1603
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 23, 0
|
||
|
||
|
||
#BGMPLAY, 337
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
After finishing your work、you headed to Luina's
|
||
tavern.
|
||
|
||
#MSG,
|
||
Today、as always、the bustling tavern was filled
|
||
with Luina's smiles as she hurriedly moved around
|
||
the place、showing an especially happy expression
|
||
|
||
#MSG,
|
||
when she saw you.
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 16, 3, 1
|
||
|
||
#MSG,
|
||
Luina
|
||
"Ah、welcome! Have you finished your work? I'm so
|
||
glad you stopped by!"
|
||
|
||
#BUSET2, 16, 1, 1
|
||
|
||
#MSG,
|
||
Luina
|
||
"Would you like your usual drink? I'll prepare it
|
||
right away!"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Drunken Slave Laborer
|
||
"Luina、you sure get fired up when the lord comes
|
||
by!"
|
||
|
||
#MSG,
|
||
Drunken Thief
|
||
"Hehehe、I see. Has spring come for Luina-chan too?
|
||
Whoo! How fortunate、how fortunate!"
|
||
|
||
#BUSET2, 16, 2, 1
|
||
|
||
#MSG,
|
||
Luina
|
||
"Ugh、quiet、you drunkard! Shall I throw you out
|
||
again!?"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Drunken Thief
|
||
"Oh、scary、scary. Hehe、maybe we should drink in
|
||
that corner over there?"
|
||
|
||
#MSG,
|
||
Drunken Slave Laborer
|
||
"Yeah、we shouldn't disturb them."
|
||
|
||
#WFSET, 16, 2,
|
||
|
||
#MSG,
|
||
Luina
|
||
"Geez...! Everyone's saying such weird things...!
|
||
I'm sorry、okay? Didn't it bother you? That's why I
|
||
hate drunkards...!"
|
||
|
||
#BUSET2, 16, 3, 1
|
||
|
||
#MSG,
|
||
Luina
|
||
"Ah、sorry、sorry. I'll bring your drink over right
|
||
now!"
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#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,
|
||
|