Assigns a script to the given button.  The script will be called once each time the button is pressed and once each time it is released.  In the case of a toggle button, "releasing" means returning the button to its unpressed state.
The script assigned should receive two arguments, the first of which will receive the button's ID.  The second script parameter will contain either true when the button is pressed and false when the button is released.
PRVirconBtnSetScript(btnId, script) 
The button ID.
The script to assign to the button. Or noone is no script should be assigned.
n/a