maple-v206/scripts/npc/jump_tree.py

9 lines
292 B
Python

# id 1302023 (Jump Pad), field 106030101
sm.lockInGameUI(True, True)
sm.setSpeakerID(1302023) # Jump Pad
sm.setParam(57)
sm.setColor(1)
sm.sendNext("The device to get up to the Spirit Viking's airship is around here somewhere... Aha! Got it!")
sm.lockInGameUI(False, True)
sm.warp(106030102)