I want to indicate to the player that he/she is "grabbing" the lever. So I would like the cursor to change to a "grab hand" after the player have clicked on the lever and stay that way as long as they hold it down. As I can see now there is no action that can fire scripts only on button click and not click and release. Both Left click and Button hold fires after click and release... hmm I cant see to figure this one out
Is there a way to flag both left click and button hold in order?
Because if I only use button hold the scripts in the button hold action fires after button release. So the cursor will not change to grab hand if I added that to the button hold while the player is holding down the mouse button.