how-to-make-true-slaves/data/Script/03_1290.txt
2024-05-09 21:21:56 -05:00

212 lines
3.3 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[性奴隷加入]03_1290
// r, g, b, a, frame
#FADE, 0, 0, 0, 255, 0
#WAIT, 60,
// BGnum frame
#BGSET, 92, 0
#MSGWINDOW_ON,
#FADE, 0, 0, 0, 0, 60
#BGMPLAY, 700
#WAIT, 30,
#MSG,
 In the midst of a devastated land、a plain dotted
 unnaturally.
// キャラ番号 表情 位置0,1,2
#BUSET, 56, 0, 1
#MSG,
 There stood a woman、alone.
// キャラ番号 表情 位置0,1,2
#BUSET, 56, 1, 1
#MSG,
 Upon noticing someone、she showed a quiet、gentle
 smile and slowly approached.
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 0, 1
#MSG,
 Unknown Woman
 "...You're the apprentice... no、the slave master、
 right?"
#MSG,
 Unknown Woman
 "Hello. And、nice to meet you?"
#MSG,
 Unknown Woman
 "My name is... let's see、I'll go by Meguriel."
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 1, 1
#MSG,
 Meguriel
 "I've accepted your request、so I'll be of help to
 you. Please take care of me."
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 0, 1
#MSG,
 Meguriel
 "..."
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 5, 1
#MSG,
 Meguriel
 "Sorry. Can I ask you one thing?"
#MSG,
 Meguriel
 "...Do you remember me?"
#WFOUT,
#MSG,
 In response to her question、"you" are... ※No
 matter how you answer here、there will be no change
 in the progression. Please answer honestly、
#MSG,
 following your heart.
※ここではどう答えても進行等に一切変化はありません。
『あなた』の心のままに、正直に答えてあげて下さい。
// 選択肢
#SELECT,2
Answer with her true name 0
I don't understand what you're saying 1
//--------------------------------------------
// 彼女の真名を唱えてあげる
//--------------------------------------------
#FLAGCHECK, 0, =, 1, 4,
{
#BGMSTOP, 30,
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 2, 1
#MSG,
 Meguriel
 "!!"
#BGMSTOP, 0,
#BGMPLAY, 701,
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 4, 1
#MSG,
 Meguriel
 "...Apprentice...!!"
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 3, 1
#MSG,
 Meguriel
 "You remembered...!!"
#MSG,
 Meguriel
 "You didn't forget about me...!!"
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 2, 1
#MSG,
 Meguriel
 "I've been waiting... always..."
#MSG,
 Meguriel
 "It's not just Ande. I've been waiting too..."
#MSG,
 Meguriel
 "For the day "you" would come back. For the day I
 could meet "you"..."
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 3, 1
#MSG,
 Meguriel
 "I'm so happy to see you again、apprentice..."
}
//--------------------------------------------
// 何を言っているのか理解できない
//--------------------------------------------
#FLAGCHECK, 1, =, 1, 4,
{
// キャラ番号 表情 位置0,1,2
#BUSET2, 56, 0, 1
#MSG,
 Meguriel
 "...Yes"
#MSG,
 Meguriel
 "You forgot about Avon too、huh..."
#MSG,
 Meguriel
 "...Don't worry about it. I was prepared for this
 possibility when I accepted the request."
#MSG,
 Meguriel
 "Take care of me、slave master."
}
// 彼女の真名を唱えてあげる
#FLAGCHECK, 0, =, 1, 4,
{
#SLAVETITLE, 29, 巡りのカルストーコ
}
// 何を言っているのか理解できない
#FLAGCHECK, 1, =, 1, 4,
{
#SLAVETITLE, 29, 巡りのメグリエル
}
#EVENTREWORD,
// 終了処理
#MSGWINDOW_OFF,
#WAIT, 30
#FADE, 0, 0, 0, 0, 0,
#FADE, 0, 0, 0, 255, 60,
#WAIT, 60,
#EVENTEND,
#END,