26 lines
973 B
Python
26 lines
973 B
Python
# id 34466 ([Arcana] Finding the Bramble Harp), field 450005200
|
|
sm.startQuest(parentID)
|
|
sm.lockInGameUI(True, False)
|
|
sm.removeAdditionalEffect()
|
|
sm.setSpeakerType(3)
|
|
sm.setParam(37)
|
|
sm.setColor(1)
|
|
sm.setInnerOverrideSpeakerTemplateID(3003301) # Small Spirit
|
|
sm.sendNext("#face5#(Sniffs) I told myself I was done crying...")
|
|
sm.zoomCamera(1000, 1500, 1000, 400, 50)
|
|
sm.sendDelay(1000)
|
|
sm.sendNext("#face4#But the tears won't stop coming...")
|
|
sm.zoomCamera(2000, 2000, 2000, 800, 80)
|
|
sm.sendDelay(2000)
|
|
sm.setParam(57)
|
|
sm.sendNext("#b(The trail of light is back again... Is it trying to lead us somewhere?)#k")
|
|
sm.zoomCamera(1500, 2000, 1500, 900, 80)
|
|
sm.sendDelay(1500)
|
|
sm.sendNext("#b(But that's back towards all the corrupted spirits...)#k")
|
|
sm.zoomCamera(3000, 1000, 3000, 400, -50)
|
|
sm.sendDelay(3000)
|
|
sm.sendNext("Small Spirit, we should follow that trail of lights. It's led us this far...")
|
|
sm.moveCamera(True, 0, 0, 0)
|
|
sm.lockInGameUI(False, True)
|
|
sm.warp(450005220)
|