85 lines
1.2 KiB
Text
85 lines
1.2 KiB
Text
[外交会談_闇の勢力同盟1]00_2210
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// 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, 4, 4, 1,
|
||
|
||
#BGMPLAY, 303,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Karna
|
||
"...Hey. Why do you keep engaging with us for
|
||
discussions?"
|
||
|
||
#BUSET2, 4, 0, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"From what I've heard、you're aiming to reclaim the
|
||
light by expanding your territory."
|
||
|
||
#MSG,
|
||
Karna
|
||
"Why would a man like that associate with us who
|
||
have embraced the darkness? I'm genuinely
|
||
curious."
|
||
|
||
#BUSET2, 4, 4, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"Or do you have some hidden agenda?"
|
||
|
||
#BUSET2, 4, 1, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"..."
|
||
|
||
#BUSET2, 4, 4, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"Well、it doesn't really matter if you have a
|
||
purpose or not. We're always free、so if you'll
|
||
entertain us、we'll agree to the discussions."
|
||
|
||
#MSG,
|
||
Karna
|
||
"Be grateful."
|
||
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|
||
|