71 lines
2.8 KiB
Python
71 lines
2.8 KiB
Python
sm.setSpeakerID(1402001)
|
|
sm.sendNext("Who're you? You new?")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Kidan! Old pal! You really don't remember me? We say hello all the time!")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("Oh, um, sorry about that...")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("It's okay old chum, I know you're seeing countless people coming through. It can't be easy to remember all of them, but I was hoping you'd at least remember ME. ")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("H-hey! I said I was sorry! This place is like a madhouse right now. You can't blame a guy for missing a few faces.")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("It's really that bad?")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("Of course! We've got some new royal lady claiming that Empress Cygnus may be a fake! How could anyone feel at ease?!")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("That's a good point. That's why I'm here!")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("It's got me pretty worried too. Even the Empress looked worried. She was white as a ghost when I saw her.")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Not looking forward to having a new empress, Kidan?")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("I would never wish ill of Empress Cygnus! We would not be where we are today without her leadership. But if this new woman's claims are true...")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Do you really think there is another member of the Empress's bloodline?")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("This Hilla woman insisted that she was a descendant to the last Empress.")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("That would explain the foul mood.")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("Indeed. If Shinsoo were here, she could clear this up. Unfortunately she is not. ")
|
|
sm.sendSay("Why did that woman insist on holding the conference today of all days?!")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("It seems awfully convenient, doesn't it?")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("I hope this works out. What are we going to do if Cygnus isn't the real empress? I have devoted myself to her.")
|
|
sm.sendSay("Ereve can't split into two. It would be chaos.")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Don't worry too much, Kidan. I have a feeling these things will all work out.")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("I wish I had your optimism. At any rate, this Hilla character must be quite confident to call all these people here.")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Confidence is required of both truthsayers and liars. You never know. Maybe someone INCREDIBLE will come swooping in to clear this up.")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("What does that mean? Why are you talking like that?")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Don't worry yourself! I'm sure I'll see you after everything is said and done.")
|
|
|
|
sm.setSpeakerID(1402001)
|
|
sm.sendSay("Uh...okay, see you.")
|
|
sm.dispose() |