127 lines
2.2 KiB
Text
127 lines
2.2 KiB
Text
[ミリスの手助け]00_0200
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0,255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 65, 0
|
||
|
||
|
||
#BGMPLAY, 346,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "It seems you're getting
|
||
thoroughly beaten、Philia."
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "If you say the demons of
|
||
this land are too strong、I shall lend a hand. What
|
||
will you do?"
|
||
|
||
#MSG,
|
||
Will you receive the blessing of Silver Goddess
|
||
Miris? *It is possible to reduce the demon level.
|
||
There are no penalties for receiving the blessing.
|
||
|
||
|
||
|
||
// 選択肢
|
||
#SELECT,2
|
||
Lower the strength of the demon beasts. 0
|
||
I'll keep going on my own strength as it is! 1
|
||
|
||
|
||
//--------------------------------------------
|
||
// 魔獣の強さを下げてもらう
|
||
//--------------------------------------------
|
||
#FLAGCHECK, 0, =, 1, 4,
|
||
{
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "Very well. I shall slightly
|
||
weaken the dark forces and reduce the power of the
|
||
demons."
|
||
|
||
// 祝福演出
|
||
#SEPLAY, 60,
|
||
|
||
#FADE, 255,255,255, 0, 0
|
||
#FADE, 255,255,255,255,60
|
||
#WAIT, 60,
|
||
|
||
#WFOUT,
|
||
#MSGCLEAR,
|
||
|
||
|
||
#FADE, 255,255,255, 0,60
|
||
#WAIT, 60,
|
||
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "With this、the demons roaming
|
||
the continent have been weakened. The path to
|
||
reclaiming the light is long and treacherous、
|
||
|
||
#MSG,
|
||
but do not falter."
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "I am always watching over
|
||
you."
|
||
|
||
#MSGCLEAR,
|
||
|
||
#EVENTREWORD,
|
||
|
||
}
|
||
|
||
|
||
//--------------------------------------------
|
||
// 今のまま、自力で頑張る!
|
||
//--------------------------------------------
|
||
#FLAGCHECK, 1, =, 1, 4,
|
||
{
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "So you choose to fight with
|
||
your own strength. As expected of the one I have
|
||
chosen."
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "However、if you ever feel
|
||
that you lack strength、feel free to rely on me. Do
|
||
not hesitate."
|
||
|
||
#MSG,
|
||
Silver Goddess Miris "I am always watching over
|
||
you."
|
||
|
||
|
||
}
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
#MSGCLEAR,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
|
||
#END,
|
||
|