how-to-make-true-slaves/data/Script/10_0801.txt
2024-05-09 21:21:56 -05:00

100 lines
1.6 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[ラフィングスピア絆LV2]10_0801
//-------------------------------------------------------------
//
// 開始処理
//
//-------------------------------------------------------------
// 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, 131
#MSGWINDOW_ON,
//-------------------------------------------------------------
// キャラ番号 表情 位置0,1,2
#BUSET2, 8, 10, 1
#MSG,
 Laughing Spear
 "Impressive indeed. So you won't be caught off
 guard by a surprise attack anymore."
#WFOUT,
#MSG,
 Watching you easily fend off what seemed like
 countless surprise attacks、Laughing Spear smiled
 contentedly.
#WFSET, 8, 10,
#MSG,
 Laughing Spear
 "Understood. I won't use surprise attacks
 anymore."
#BUSET2, 8, 21, 1
#MSG,
 Laughing Spear
 "From now on、I'll challenge you to a
 straightforward、head-on battle!"
#WFOUT,
#MSG,
 You crossed blades with the approaching Laughing
 Spear.
//------------------------------------------------------------------
// イベント報酬獲得
//------------------------------------------------------------------
// フェードアウト演出
#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,