Since I'm in the future, I need to tell Hanzo how many people we've managed to gather by this time.
def foo(nPeople):
ExpaCore.say("Registered %d people" % nPeople)
if __name__ == '__main__':
ExpaCore.waitOstalniyhRebyat()
nPeople = ExpaCore.getNumberOfPeople()
foo(nPeople)