I've noticed an issue whilst i've been trying to work around a separate issue.
The reason for this workaround was due to the LeftClick event firing before the Double-Click event gets recognised (See
this issue).
I've therefore created my own double-click event by waiting for another mouse click before firing off the actions.
But, I've found that if the character is already stood at the object destination/position, then the Left mouse button click action does not get fired before the Objects (Execution at Destination) command action. So my work around fails, because the Object event gets fired, before the mouse event (Which is where i've put code to handle the waiting for a second mouse click).
Any suggestions would be great.