11 lines
346 B
Python
11 lines
346 B
Python
# 101020400
|
|
if sm.hasQuest(21201):
|
|
sm.warpInstanceIn(914021000, 1)
|
|
sm.addQRValue(21203, "0")
|
|
sm.setInstanceTime(15*60)
|
|
if sm.hasQuest(21302):
|
|
sm.warpInstanceIn(914022100, 0)
|
|
sm.setQRValue(21203, "1", False)
|
|
sm.setInstanceTime(20*60)
|
|
else:
|
|
chr.chatMessage("The mirror is blocking you. You may not enter at this stage.") |