maple-v206/scripts/npc/wanted_premier.py

13 lines
443 B
Python

# id 1302026 (Wanted), field 106030100
sm.lockInGameUI(True, True)
sm.zoomCamera(1000, 4000, 800, 360, 270)
sm.sendDelay(1500)
sm.setSpeakerID(1302026) # Wanted
sm.setParam(57)
sm.setColor(1)
sm.sendNext("This is a wanted poster for that traitor the Prime Minister... Seems they haven't caught him yet.")
sm.zoomCamera(0, 1000, 2147483647, 2147483647, 2147483647)
sm.moveCamera(True, 0, 0, 0)
sm.startQuest(30050)
sm.lockInGameUI(False, True)