So I need access to either a dialog button right clicked event (preferred) or a shift clicked event (shift key pressed condition doesn't work) but there is no function for this. Is there a custom script/lib/work around I can use for this? mouse click events don't work on dialog buttons...
Detect pressing shift down and up with 2 triggers which set a global variable (boolean & array) for the player.
Then check the state of the boolean when the dialog button is clicked.
So I need access to either a dialog button right clicked event (preferred) or a shift clicked event (shift key pressed condition doesn't work) but there is no function for this. Is there a custom script/lib/work around I can use for this? mouse click events don't work on dialog buttons...
Right click equals left click on dialogs.
Detect pressing shift down and up with 2 triggers which set a global variable (boolean & array) for the player.
Then check the state of the boolean when the dialog button is clicked.
will do, thanks.