Beispiel #1
0
    def OnScriptPause(self, pause):
        Macros.OnScriptPause(self, pause)

        uthread.new(self.__action)
Beispiel #2
0
 def OnScriptPause(self, _pause):
     Macros.OnScriptPause(self, _pause)
     
     if not self.is_pause:
         uthread.new(self.__action)