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

        uthread.new(self.__action)
예제 #2
0
파일: fly_to.py 프로젝트: Volaxar/ebot
 def OnScriptPause(self, _pause):
     Macros.OnScriptPause(self, _pause)
     
     if not self.is_pause:
         uthread.new(self.__action)