15 lines
581 B
Python
15 lines
581 B
Python
# id 940200330 (Arcana : Near the Floral Flute), field 940200330
|
|
sm.lockInGameUI(True, False)
|
|
sm.forcedMove(True, 80)
|
|
sm.sendDelay(900)
|
|
sm.setSpeakerType(3)
|
|
sm.setParam(37)
|
|
sm.setColor(1)
|
|
sm.setInnerOverrideSpeakerTemplateID(3003301) # Small Spirit
|
|
sm.sendNext("#face1#Let's cut a trimming from the Floral Flute! Just walk over there and mash the SPACE key.")
|
|
sm.sendDelay(300)
|
|
sm.setInnerOverrideSpeakerTemplateID(3003302) # Wind Spirit
|
|
sm.sendNext("#face2#Plant, plant. Transplant the plant! The flute will toot beneath the moon~")
|
|
sm.sendDelay(300)
|
|
sm.lockInGameUI(False, True)
|