Pause until Mouse click

I currently only have a "wait for keypress" action, maybe I can add a "wait for mouse click" as well.

For now you could use the "wait for conditions to become true" action and check the left_mouse_down value, however you'd need to do a long press to make sure it is caught in the update interval.