maple-v206/scripts/quest/q23054s.py

25 lines
1.3 KiB
Python

CHECKY = 2151004
sm.setSpeakerID(CHECKY)
sm.sendNext("Welcome, #h #. You're quite the hero. Look around at this beautiful town. It's worth fighting for... worth dying for... don't you think?")
sm.setPlayerAsSpeaker()
sm.flipDialogue()
sm.sendSay("Are you feeling better?")
sm.setSpeakerID(CHECKY)
sm.sendSay("Yes. #p1540418#'s skills are second to none. I'm completely back to my old self. There is still one problem though...")
sm.setPlayerAsSpeaker()
sm.flipDialogue()
sm.sendSay("What?! Are the Black Wings planning something?")
sm.setSpeakerID(CHECKY)
if sm.sendAskYesNo("No, the problem is... you! You've become too strong. I'm supposed to be your teacher but you've accomplished something I couldn't do. So I want to give you a more difficult mission! You game?"):
sm.startQuest(parentID)
sm.completeQuest(parentID)
sm.jobAdvance(3512)
sm.sendNext("I've also given you some skills that I know of but haven't mastered yet. I have a hunch that you'll be able to master them. After all, you're like the Resistance's hero now.")
sm.sendSay("Could this be my last lesson with you? Nah, can't be. You may be stronger, but I'm still smarter. I'm sure there's plenty more you can learn from me. So I'll see you at your next lesson...whenever that is...")
sm.sendPrev("I look forward to seeing what you accomplish.")