def doTick(self): print(self.id) BaseScriptEntity.doTick(self)
def __init__(self, id): BaseScriptEntity.__init__(self, id)