maple-v206/scripts/quest/q29941s.py

10 lines
200 B
Python

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