maple-v206/scripts/portal/timeQuest1.py

7 lines
185 B
Python

# 270010100
if not sm.hasQuestCompleted(3501): # time lane quest
sm.chat("You have not completed the appropriate quest to enter here.")
else:
sm.warp(270010110, 0)
sm.dispose()