35 lines
1.2 KiB
Python
35 lines
1.2 KiB
Python
# 914000500
|
|
ATHENA = 1209007
|
|
|
|
sm.setSpeakerID(ATHENA)
|
|
if sm.sendAskYesNo("You made it back safely! What about the child?! Did you bring the child with you?!"):
|
|
sm.completeQuest(parentID)
|
|
sm.consumeItem(4001271)
|
|
|
|
sm.flipSpeaker()
|
|
sm.sendNext("Oh, what a relief. I'm so glad...")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Hurry and board the ship! We don't have much time!")
|
|
|
|
sm.setSpeakerID(ATHENA)
|
|
sm.flipSpeaker()
|
|
sm.sendSay("We don't have any time to waste. The Black Mage's forces are getting closer and closer! We're doomed if we don't leave right this moment!")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("Leave, now!")
|
|
|
|
sm.setSpeakerID(ATHENA)
|
|
sm.flipSpeaker()
|
|
sm.sendSay("Aran, please! I know you want to stay and fight the Black Mage, but it's too late! Leave it to the others and come to Victoria Island with us! ")
|
|
|
|
sm.setPlayerAsSpeaker()
|
|
sm.sendSay("No, I can't!")
|
|
sm.sendSay("Athena Pierce, why don't you leave for Victoria Island first? I promise I'll come for you later. I'll be alright. I must fight the Black Mage with the other heroes!")
|
|
|
|
sm.lockInGameUI(True, False)
|
|
sm.warp(914090010, 0)
|
|
else:
|
|
sm.sendNext("What about the child? Please give me the child.")
|
|
sm.dispose()
|