maple-v206/scripts/npc/go_tree1.py

12 lines
265 B
Python

# Branch Snowman
# Happyville
import random
rand = [
"How are those snowmen over by the fire not melting?",
"I think I want to be a vegan..",
"How am I supposed to fullfill my rock-climbing dream with these twigs for arms??"
]
sm.sendSayOkay(random.choice(rand))