163 lines
3 KiB
Text
163 lines
3 KiB
Text
[アンデリビア絆LV5]10_0604
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 22, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET, 6, 5, 1
|
||
|
||
#BGMPLAY, 323
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"Andelivia-san... am I going to disappear?"
|
||
|
||
#BUSET2, 6, 6, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"Yes... You have worked very hard for us. Thank
|
||
you."
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"Ah... I see."
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"But becoming a zombie or skeleton wasn't so bad.
|
||
I was confused at first、but I had my own
|
||
consciousness and free will. Plus、the extra time
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
I received was very fulfilling."
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"Fortunately、unlike other terminal skeletons、I
|
||
still had the power to speak."
|
||
|
||
#BUSET2, 6, 2, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"That's right... You still have a clear
|
||
consciousness and can speak human language... You
|
||
are a very strong person."
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"I'm a skeleton、not a person. Hahaha..."
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"It seems it's about time... Thank you. I don't
|
||
know about everyone else、but at least I am
|
||
grateful to you."
|
||
|
||
#MSG,
|
||
Skeleton Labor Slave
|
||
"...Thank you."
|
||
|
||
#MSG,
|
||
The skeleton's body quickly turned to dust、danced
|
||
in the air without wind、and then disappeared...
|
||
|
||
#BUSET2, 6, 6, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"Sex slave handler-san... I'm sorry. It must have
|
||
been somber to witness this scene..."
|
||
|
||
#BUSET2, 6, 5, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"Today's skeleton... no、Sean-san was very
|
||
conscious、so I was afraid he might scold me..."
|
||
|
||
#BUSET2, 6, 6, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"I don't think I'm wrong. No、I shouldn't think
|
||
that."
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"If I start thinking that what I've done here is a
|
||
mistake、then it would negate everything that
|
||
everyone who was revived has done for me."
|
||
|
||
#BUSET2, 6, 9, 1
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"...I am not wrong. The fact that everyone was
|
||
here is not a mistake..."
|
||
|
||
#MSG,
|
||
Andelivia
|
||
"I won't admit it... no way."
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#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,
|