maple-v206/scripts/npc/xmas_tree2.py

12 lines
206 B
Python

# Christmas Tree
# Happyville
import random
rand = [
"I'm ornament to be with you! Haha~!",
"Put your big package under me!",
"Is Santa gonna come see me this year?"
]
sm.sendSayOkay(random.choice(rand))