Esempio n. 1
0
def TownCrier():
    text("Welcome to Town A!")
Esempio n. 2
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Esempio n. 3
0
def Jitters():
    text('ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee')
Esempio n. 4
0
def TreeGuy():
    text('I like this tree')
Esempio n. 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?
''')
Esempio n. 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.''')
Esempio n. 7
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")
Esempio n. 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.''')
Esempio n. 9
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Esempio n. 10
0
def TownCrier():
    text("Welcome to Town A!")
Esempio n. 11
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Esempio n. 12
0
def Jitters():
    text(
        'ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee'
    )
Esempio n. 13
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Esempio n. 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?
''')
Esempio n. 15
0
def TreeGuy():
    text('I like this tree')
Esempio n. 16
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")