Beispiel #1
0
def TownCrier():
    text("Welcome to Town A!")
Beispiel #2
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Beispiel #3
0
def Jitters():
    text('ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee')
Beispiel #4
0
def TreeGuy():
    text('I like this tree')
Beispiel #5
0
def Ted():
    text('''\
Yeah, I know, it's a pretty lame demo.  But look at all the neat scripting!
Isn't it posh?
''')
Beispiel #6
0
def WellWatcher():
    text("I'm a well-watcher!")
    text('''\
It's kind of like weight watchers, except that you watch the well, not your \
weight.''')
Beispiel #7
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")
Beispiel #8
0
def WellWatcher():
    text("I'm a well-watcher!")
    text('''\
It's kind of like weight watchers, except that you watch the well, not your \
weight.''')
Beispiel #9
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Beispiel #10
0
def TownCrier():
    text("Welcome to Town A!")
Beispiel #11
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Beispiel #12
0
def Jitters():
    text(
        'ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee'
    )
Beispiel #13
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Beispiel #14
0
def Ted():
    text('''\
Yeah, I know, it's a pretty lame demo.  But look at all the neat scripting!
Isn't it posh?
''')
Beispiel #15
0
def TreeGuy():
    text('I like this tree')
Beispiel #16
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")