12 lines
325 B
Python
12 lines
325 B
Python
# Demon's Doorway (9201132) | Ribbon Pig Beach
|
|
|
|
quest = 28256 # Treasure, and Crocell the Demon Quest
|
|
mapid = 677000006 # Crocell 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)")
|
|
|