116 lines
2.1 KiB
Text
116 lines
2.1 KiB
Text
[キッチュ絆LV2]10_2101
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 19, 0
|
||
|
||
|
||
#BGMPLAY, 330
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
You approached Kitsch to request a reconnaissance
|
||
of the nearby territory.
|
||
|
||
#MSG,
|
||
You spotted Kitsch wrapped in a blanket in a
|
||
corner of the training ground and were about to
|
||
call out to him when a voice suddenly appeared
|
||
|
||
#MSG,
|
||
from behind you、interrupting you.
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"The young lady is a bit tired and sleeping. If
|
||
you have business、I will take care of it."
|
||
|
||
#MSG,
|
||
Behaving like Kitsch's guardian、the beast Sata
|
||
Andagi appeared silently behind you.
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"A reconnaissance mission? Such a task can be left
|
||
to my subordinates without bothering the young
|
||
lady."
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"Go! You guys!"
|
||
|
||
#MSG,
|
||
Tentacle Beasts
|
||
"Kishaa!"
|
||
|
||
#MSG,
|
||
Following Sata Andagi's orders、the tentacle beasts
|
||
formed a group and left the training ground.
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"As a group、they won't fall behind any magical
|
||
beasts or other forces' scouts. Rest assured."
|
||
|
||
#MSG,
|
||
Sata Andagi
|
||
"It seems that was all you needed. Farewell then."
|
||
|
||
#MSG,
|
||
With those words、Sata Andagi vanished like smoke.
|
||
|
||
|
||
//------------------------------------------------------------------
|
||
// イベント報酬獲得
|
||
//------------------------------------------------------------------
|
||
|
||
// フェードアウト演出
|
||
#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,
|
||
|
||
|