10 lines
319 B
Python
10 lines
319 B
Python
# Demon's Doorway (9201128) | Big Rocky Road
|
|
|
|
quest = 28179 # Treasure, and Andras the Demon Quest
|
|
mapid = 677000004 # Andras 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)") |