def respond_to(self, string):
     self.debug("Deciding " + string)
     sc = ScriptController()
     sc.decide_and_run(string)
     self.debug("Done with " + string)
 def execute(self, operand):
     sc = ScriptController(parent=".paula_events")
     sc.decide_and_run(operand)