12 lines
330 B
Python
12 lines
330 B
Python
# [Shaolin Temple] Demon-iority Complex
|
|
|
|
GOBLIN_DEMON = 9310578
|
|
HUMAN_FACE_MASK = 4034664
|
|
|
|
sm.removeEscapeButton()
|
|
sm.setSpeakerID(GOBLIN_DEMON)
|
|
sm.setBoxChat()
|
|
sm.sendNext("You SURE I'll learn how to tolerate humans better if I wear this? Okaaay...")
|
|
sm.completeQuest(parentID)
|
|
sm.consumeItem(HUMAN_FACE_MASK)
|
|
sm.giveExp(1515339) |