maple-v206/scripts/field/enter_450003710.py

26 lines
854 B
Python

# id 450003710 (Center Street : Center Street), field 450003710
sm.lockInGameUI(True, False)
sm.blind(True, 255, 0, 0, 0, 0)
sm.sendDelay(1200)
sm.blind(False, 0, 0, 0, 0, 1000)
sm.sendDelay(1400)
sm.spawnNpc(3003257, 402, 70)
sm.showNpcSpecialActionByTemplateId(3003257, "summon", 0)
sm.spawnNpc(3003257, 202, 70)
sm.showNpcSpecialActionByTemplateId(3003257, "summon", 0)
sm.showEffect("Effect/Summon.img/50", 0, 402, 70, 0, 0, 1, 0)
sm.showEffect("Effect/Summon.img/50", 0, 202, 70, 0, 0, 1, 0)
sm.playSound("summon/0", 100)
sm.sendDelay(2000)
sm.setSpeakerType(3)
sm.setParam(37)
sm.setColor(1)
sm.setInnerOverrideSpeakerTemplateID(3003257) # Dreamkeeper
sm.sendNext("You... Come with us...")
sm.setParam(57)
sm.sendSay("(They came out of nowhere!)")
sm.blind(True, 255, 0, 0, 0, 500)
sm.sendDelay(500)
sm.lockInGameUI(False, True)
sm.warp(450003711)