maple-v206/scripts/reactor/davyScript1.py

10 lines
232 B
Python

# To close the door in Lord Pirate PQ
OLD_METAL_KEY = 4001117
reactor.incHitCount()
if reactor.getHitCount() >= 1:
if sm.hasItem(OLD_METAL_KEY):
sm.consumeItem(OLD_METAL_KEY)
sm.removeReactor()
sm.dispose()