maple-v206/scripts/quest/q29943s.py

10 lines
200 B
Python

# Special Training Graduate
medal = 1142244
if sm.canHold(medal):
sm.chatScript("You have earned a new medal.")
sm.giveItem(medal)
sm.startQuest(parentID)
sm.completeQuest(parentID)