maple-v206/scripts/npc/magnus_out.py

7 lines
158 B
Python

sm.setSpeakerID(3001021)
response = sm.sendAskYesNo("Do you wish to leave the battlefield?")
if response:
sm.WarpInstanceOut(401060000)
sm.dispose()