how-to-make-true-slaves/data/Script/00_0120.txt

225 lines
4.1 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.

[ダンジョンの探索]00_0120
//-------------------------------------------------------------
//
// 開始処理
//
//-------------------------------------------------------------
// r, g, b, a, frame
#FADE, 0, 0, 0, 255, 0
#WAIT, 60,
#FADE, 0, 0, 0, 0, 60
// BGnum frame
#BGSET, 1, 0
#BGMPLAY, 345,
#MSGWINDOW_ON,
//-------------------------------------------------------------
#WFSET, 0, 0,
#MSG,
 Philia
 "Where is this...? It doesn't seem like just a den
 of magical beasts."
#WFSET, 0, 1,
#MSG,
 Philia
 "My hero's intuition、honed from rummaging through
 other people's chests and pots、whispers and
 buzzes! There's treasure sleeping here!"
#MSG,
 Philia
 "Let's start exploring right away!"
#WFOUT,
#MSG,
 Voice Of Someone
 "Please wait a moment."
#WFSET, 0, 10,
#MSG,
 Philia
 "!?"
// キャラ番号 表情 位置0,1,2
#BUSET2, 50, 0, 1
#MSG,
 The Beast That Suddenly Appeared "The path ahead
 is intricate and swarming with magical beasts. I
 wouldn't recommend exploring alone."
#WFSET, 0, 12,
#MSG,
 Philia
 "A talking magical beast!? Who are you!?"
#BUSET2, 50, 10, 1
#MSG,
 Talking Magical Beast
 "Just an old traveler. I mean no harm、so please
 put away your sword."
#BUSET2, 50, 0, 1
#MSG,
 Talking Magical Beast
 "I've peeked a bit further in、and there are
 various resources、supplies、and tools left
 untouched. Organizing an expedition could yield
#MSG,
 Talking Magical Beast
 many materials."
#MSG,
 Talking Magical Beast
 "Even from my own wandering、it seems there are
 several places on this continent that could be
 called dungeons、where treasures lie dormant."
#MSG,
 Talking Magical Beast
 "But as I said earlier、the deeper parts are
 complicated、and filled with dangers like magical
 beasts and rogues."
#MSG,
 Talking Magical Beast
 "I strongly recommend sending a reasonably large
 group for the expedition."
#MSG,
 Talking Magical Beast
 "If you go in with too few people、you might be
 wiped out during the exploration、losing not just
 potential gains but lives as well."
#WFSET, 0, 2,
#MSG,
 Philia
 "Thank you very much for your kindness... You seem
 very kind despite your appearance."
// キャラ番号 表情 位置0,1,2
#BUSET2, 50, 10, 1
#MSG,
 Talking Magical Beast
 "Not at all、I'm glad to be of help to young people
 with a future."
// キャラ番号 表情 位置0,1,2
#BUSET2, 50, 0, 1
#MSG,
 Talking Magical Beast
 "By the way、may I ask something presumptuous?"
#WFSET, 0, 0,
#MSG,
 Philia
 "What is it?"
#WFSET, 50, 0,
#MSG,
 Talking Magical Beast
 "You seem well-traveled across this continent、but
 your fighting ability appears weak in comparison."
#WFSET, 0, 7,
#MSG,
 Philia
 "Uh... can you tell? There are some circumstances
 that have weakened me..."
#WFSET, 50, 0,
#MSG,
 Talking Magical Beast
 "I see、I see. So you're under some kind of power
 seal. That's quite troublesome indeed."
#MSG,
 Talking Magical Beast
 "Speaking of which、I've heard there's a mysterious
 hero around here who trains young people."
#WFSET, 0, 2,
#MSG,
 Philia
 "A mysterious hero?"
// キャラ番号 表情 位置0,1,2
#BUSET2, 50, 10, 1
#MSG,
 Talking Magical Beast
 "A very cool and polite hero、so he will surely be
 able to help you."
#MSG,
 Talking Magical Beast
 "If you see him、you should definitely consult him.
 He'll train you kindly but deadly!"
#WFSET, 0, 7,
#MSG,
 Philia
 "? Uh、yes... I'll consult him if I see him."
// キャラ番号 表情 位置0,1,2
#BUSET2, 50, 0, 1
#MSG,
 Talking Magical Beast
 "Then I shall take my leave. Have a good journey."
#WFSET, 0, 1,
#MSG,
 Philia
 "Yes、you too."
#BUOUT, 1,
#WFOUT,
#MSGCLEAR,
#EVENTREWORD,
#EVENTREWORD,
// 終了処理
#MSGWINDOW_OFF,
#WAIT, 30
#FADE, 0, 0, 0, 0, 0,
#FADE, 0, 0, 0, 255, 60,
#WAIT, 60,
#EVENTEND,
#END,