maple-v206/scripts/portal/timeQuest3.py

7 lines
185 B
Python

# 270010300
if not sm.hasQuestCompleted(3503): # time lane quest
sm.chat("You have not completed the appropriate quest to enter here.")
else:
sm.warp(270010400, 5)
sm.dispose()