56 lines
807 B
Text
56 lines
807 B
Text
[光の教団と初敵対]00_1020
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
// BGnum frame
|
||
#BGSET, 7, 0
|
||
|
||
|
||
#BGMPLAY, 301
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 1, 2, 1
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"It seems they have taken a clear hostile
|
||
action..."
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"I tried to be considerate and not provoke them
|
||
unnecessarily、but perhaps they mistook our
|
||
restraint for weakness...?"
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"I do not desire needless conflict、but it can't be
|
||
helped."
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET2, 1, 3, 1
|
||
|
||
#MSG,
|
||
Rapusena
|
||
"We must deal with the sparks that fall upon us.
|
||
...It's time for war!"
|
||
|
||
|
||
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|