# 140000000 LILIN = 1201000 sm.setSpeakerID(LILIN) sm.flipSpeaker() sm.sendNext("There isn't much record left of the heroes that fought against the Black Mage. Even in the Book of Prophecy, the only information available is that there were five of them. There is nothing about who they were or what they looked like. Is there anything you remember? Anything at all?") sm.setPlayerAsSpeaker() sm.sendSay("I don't remember a thing...") sm.setSpeakerID(LILIN) sm.flipSpeaker() sm.sendSay("As I expected. Of course, the curse of the Black Mage was strong enough to wipe out all of your memory. But even if that's the case, there has got to be a point where the past will uncover, especially now that we are certain you are one of the heroes. I know you've lost your armor and weapon during the battle but... Oh, yes, yes. I almost forgot! Your #bweapon#k!") sm.setPlayerAsSpeaker() sm.sendSay("My weapon?") sm.setSpeakerID(LILIN) sm.flipSpeaker() sm.sendSay("I found an incredible weapon while digging through blocks of ice a while back. I figured the weapon belonged to a hero, so I brought it to town and placed it somewhere in the center of the town. Haven't you seen it? #bThe #p1201001##k...\r\n#i4032372#\r\n\r\nIt looks like this...") sm.setPlayerAsSpeaker() sm.sendSay("Come to think of it, I did see a #p1201001# in town.") sm.setSpeakerID(LILIN) if sm.sendAskAccept("Yes, that's it. According to what's been recorded, the weapon of a hero will recognize its rightful owner, and if you're the hero that used the #p1201001#, the #p1201001# will react when you grab the #p1201001#. Please go find the #b#p1201001# and click on it.#k"): sm.startQuest(parentID) sm.completeQuest(parentID) sm.flipSpeaker() sm.sendSayOkay("If the #p1201001# reacts to you, then we'll know that you're #bAran#k, the hero that wielded a #p1201001#.") else: sm.flipSpeaker() sm.sendNext("What's stopping you? I promise, I won't be disappointed even if the #p1201001# shows no reaction to you. Please, rush over there and grab the #p1201001#. Just #bclick#k on it.") sm.dispose()