maple-v206/scripts/field/enter_867202990.py

29 lines
1.1 KiB
Python

# id 867202990 (Afinas : Someone's Office), field 867202990
sm.lockInGameUI(True, False)
sm.hideUser(True)
sm.spawnNpc(9400608, 294, 230)
sm.showNpcSpecialActionByTemplateId(9400608, "summon", 0)
sm.sendDelay(2000)
sm.setSpeakerType(3)
sm.setParam(37)
sm.setColor(1)
sm.setInnerOverrideSpeakerTemplateID(9400608) # Dester
sm.sendNext("Ohhh?")
sm.showNpcSpecialActionByTemplateId(9400608, "special1", 0)
sm.sendDelay(3500)
sm.showNpcSpecialActionByTemplateId(9400608, "say", -1)
sm.sendNext("Incredible. That was... I have no words.")
sm.sendSay("What a pity the experiment has already ended! What a performance!")
sm.sendSay("But there's still so much to learn... So many questions...")
sm.sendSay("Ah, well! There's always next time.")
sm.sendSay("I really should congratulate them when they return. Heh heh.")
sm.resetNpcSpecialActionByTemplateId(9400608)
sm.sendDelay(250)
sm.showNpcSpecialActionByTemplateId(9400608, "special1", -1)
sm.sendDelay(2000)
sm.blind(True, 255, 0, 0, 0, 4000)
sm.sendDelay(5000)
sm.completeQuestNoCheck(64144)
sm.lockInGameUI(False, True)
sm.warp(867202290)