maple-v206/scripts/npc/go_tree2.py

13 lines
253 B
Python

# Metal Bucket Snowman
# Happyville
import random
rand = [
"Where is my other arm..?",
"Can no one find my other arm?",
"Some poor chap put a bucket on my head..",
"That idiot really thinks he's a reindeer.. HAH"
]
sm.sendSayOkay(random.choice(rand))