81 lines
1.1 KiB
Text
81 lines
1.1 KiB
Text
[外交会談_闇の勢力同盟3]00_2212
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// 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, 0, 1,
|
||
|
||
#BGMPLAY, 303,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
Karna
|
||
"Really、you have such peculiar tastes."
|
||
|
||
#BUSET2, 4, 4, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"Don't you understand yet that we're not organized
|
||
enough to be called a force?"
|
||
|
||
#MSG,
|
||
Karna
|
||
"Well、I'm always free、so if you want to talk、 I'll
|
||
keep you company."
|
||
|
||
#BUSET2, 4, 1, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"Hanging out with us won't bring you any good、you
|
||
know?"
|
||
|
||
#MSG,
|
||
Karna
|
||
"......"
|
||
|
||
#BUSET2, 4, 4, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"Hehe、what a strange man."
|
||
|
||
#BUSET2, 4, 2, 1,
|
||
|
||
#MSG,
|
||
Karna
|
||
"But、I don't dislike such odd people、you know?"
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|
||
|