189 lines
3.4 KiB
Text
189 lines
3.4 KiB
Text
[真名の石碑]00_0300
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// 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, 314,
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
//-------------------------------------------------------------
|
||
|
||
#MSG,
|
||
The expansion of our territory is progressing
|
||
smoothly. It might be a good time to start
|
||
exploring every corner of the continent.
|
||
|
||
#MSG,
|
||
You called Philia to discuss the future
|
||
exploration plans.
|
||
|
||
|
||
//-----------------------------------------------------------------
|
||
// 暗転開始
|
||
|
||
#MSGCLEAR,
|
||
#MSGWINDOW_OFF,
|
||
#WFOUT,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 0,
|
||
#FADE, 0, 0, 0, 255, 30,
|
||
#WAIT, 30,
|
||
|
||
// キャラ番号 表情 位置(0,1,2)
|
||
#BUSET, 0, 1, 1
|
||
|
||
#WAIT, 30,
|
||
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 0, 30,
|
||
#WAIT, 30,
|
||
|
||
// 暗転終了
|
||
//-----------------------------------------------------------------
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
#WFSET, 0, 1,
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"I see、we're expanding the exploration area!
|
||
Then、we'll need to set up supply facilities and
|
||
sources of holy light outside our territory."
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"Let's establish a second and third base to expand
|
||
our possible exploration range!"
|
||
|
||
#BGMSTOP, 10,
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
...?
|
||
|
||
#BGMPLAY, 321,
|
||
|
||
#MSG,
|
||
What she's saying makes sense、but something feels
|
||
off.
|
||
|
||
#MSG,
|
||
Philia? Huh? Her name was definitely Philia、
|
||
wasn't it...?
|
||
|
||
#WFSET, 0, 1,
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"Hehehe. Is something the matter、Master?"
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
Myomoto...? I'm sure her name was Philia、could I
|
||
be misremembering?
|
||
|
||
#BUSET2, 0, 3, 1
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"As expected of you、Master. You noticed that my
|
||
name has changed."
|
||
|
||
#BUSET2, 0, 1, 1
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"Actually、I changed my name at the 'True Name
|
||
Stele' located north of this mansion."
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"I heard about the 'True Name Stele' from the
|
||
labor slaves、so during the day off I received
|
||
recently、I went to investigate and took the
|
||
|
||
#MSG,
|
||
Myomoto
|
||
opportunity to change my name!"
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"You just need to touch the stele and whisper your
|
||
name、and you can change it as many times as you
|
||
want. Master、why don't you try changing your name
|
||
|
||
#MSG,
|
||
Myomoto
|
||
for a change of pace?"
|
||
|
||
#BUSET2, 0, 3, 1
|
||
|
||
#MSG,
|
||
Myomoto
|
||
"But Master is truly remarkable. None of the other
|
||
labor slaves or sex slaves noticed that my name
|
||
had changed."
|
||
|
||
#WFOUT,
|
||
|
||
#MSG,
|
||
...I'm not sure what to make of it、but it seems
|
||
there's a mysterious stele that can change names
|
||
in the north of this estate.
|
||
|
||
#MSG,
|
||
I have no intention of changing my name at the
|
||
moment、but it might be good to keep it in mind.
|
||
|
||
#MSG,
|
||
However、it's a bit difficult to deal with her when
|
||
she has a strange name I've never heard before.
|
||
|
||
#MSG,
|
||
You asked her、who now calls herself "Myomoto、" to
|
||
change her name back.
|
||
|
||
#MSG,
|
||
"True Name Stele"...
|
||
|
||
#MSG,
|
||
Is it just an interesting feature that changes
|
||
names?
|
||
|
||
#MSG,
|
||
The bizarre effect of this facility somehow
|
||
strongly remained in your memory.
|
||
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|