10 lines
321 B
Python
10 lines
321 B
Python
# Demon's Doorway (9201129) | Close to the Sky
|
|
|
|
quest = 28198 # Treasure, and Marbas the Demon Quest
|
|
mapid = 677000000 # Marbas Strolling Path (Map before Boss Map)
|
|
|
|
if sm.hasQuest(quest):
|
|
if sm.sendAskYesNo("Would you like to enter?"):
|
|
sm.warp(mapid, 0)
|
|
else:
|
|
sm.sendSayOkay("#b(A strange doorway)") |