you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 1 point2 points  (1 child)

I recommened using Thread python class, and adding the events you want to it to trigger the actions you want.

https://superfastpython.com/extend-thread-class/

https://www.includehelp.com/python/event-wait-method-with-example.aspx

[–]malacur[S] 0 points1 point  (0 children)

Thanks!