197 lines
2.9 KiB
Text
197 lines
2.9 KiB
Text
[外交会談_人の勢力同盟3]00_3212
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 2, 0
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 7, 4, 1,
|
||
|
||
#BGMPLAY, 302,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Nora
|
||
"I apologize. Can we conclude today's meeting
|
||
here?"
|
||
|
||
#MSG,
|
||
Nora
|
||
"The underworld has been a bit restless lately. It
|
||
seems something bad is progressing、and I can't
|
||
take my eyes off it."
|
||
|
||
#MSGCLEAR,
|
||
#WFOUT,
|
||
#SEPLAY, 366,
|
||
|
||
#WAIT, 90,
|
||
|
||
#BUSET2, 7, 0, 1,
|
||
|
||
#MSG,
|
||
Nora
|
||
"...Oh、Gara. What's up?"
|
||
|
||
#MSG,
|
||
Nora
|
||
"Ah、this bird here is a friend of my bodyguard、a
|
||
military bird. A wise and reliable fellow."
|
||
|
||
#MSG,
|
||
Nora
|
||
"A letter from Spear、huh? Let's see..."
|
||
|
||
#BUSET2, 7, 3, 1,
|
||
|
||
#MSG,
|
||
Nora
|
||
"......!"
|
||
|
||
#BUSET2, 7, 4, 1,
|
||
|
||
#MSG,
|
||
Nora
|
||
"Excuse me! I must take my leave!"
|
||
|
||
#WFOUT,
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
#BGMSTOP, 120,
|
||
|
||
//-----------------------------------------------------------------
|
||
// 暗転開始
|
||
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 0,
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
// BGnum frame
|
||
#BGSET, 1, 0
|
||
#BUOUT, 1,
|
||
|
||
#WAIT, 30,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 60,
|
||
#WAIT, 60,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
// 暗転終了
|
||
//-----------------------------------------------------------------
|
||
|
||
#BGMPLAY, 334,
|
||
|
||
#BUSET2, 8, 11, 1,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"......"
|
||
|
||
#BUOUT, 1,
|
||
#BUSET2, 8, 0, 2,
|
||
#BUSET, 9, 0, 0,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Ah、you've arrived. You were late. I just finished
|
||
up here."
|
||
|
||
#WFSET, 9, 0,
|
||
|
||
#MSG,
|
||
Wolf
|
||
"We had a similar situation over here. It gave us
|
||
quite a bit of trouble."
|
||
|
||
#WFSET, 8, 0,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"......This guy、he was a washed-up mercenary from
|
||
the underworld、right?"
|
||
|
||
#BUSET2, 9, 2, 0,
|
||
|
||
#MSG,
|
||
Wolf
|
||
"Yeah. No mistake. He was supposed to have died
|
||
swallowed by darkness..."
|
||
|
||
#BUSET2, 8, 2, 2,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Turns out he was alive、or something?"
|
||
|
||
#BUSET2, 9, 0, 0,
|
||
|
||
#MSG,
|
||
Wolf
|
||
"Even if that's the case、I don't understand why he
|
||
attacked you. You didn't provoke him、did you?"
|
||
|
||
#BUSET2, 8, 3, 2,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Well、no. I'm not so reckless as to strike at
|
||
underworld folks without reason."
|
||
|
||
#WFSET, 9, 0,
|
||
|
||
#MSG,
|
||
Wolf
|
||
"......The ones we found here were also all
|
||
swallowed by darkness. Can't think of anything but
|
||
darkness being involved..."
|
||
|
||
#BUSET2, 8, 1, 2,
|
||
|
||
#MSG,
|
||
Laughing Spear
|
||
"Troublesome indeed."
|
||
|
||
#BUSET2, 9, 2, 0,
|
||
|
||
#MSG,
|
||
Wolf
|
||
"Yeah......"
|
||
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|
||
|