maple-v206/scripts/quest/q23168e.py

12 lines
557 B
Python

ELEX = 2159488
GELIMERS_KEY_CARD = 4032743
SECRET_PLAZA = 310010000
sm.setSpeakerID(ELEX)
sm.sendNext("Did you destroy the Black Wings' new weapon? Nice work. I'm proud to have you in the Resistance.")
if sm.sendAskYesNo("But it's too early to celebrate. #p2154009# will show up with his goons when he hears the news. Let's get out of here via the Underground Base Hideout Return Scroll. On my count. One... two... three!"):
sm.consumeItem(GELIMERS_KEY_CARD)
sm.warpInstanceOut(SECRET_PLAZA, 0)
sm.completeQuest(parentID)
else:
sm.dispose()