PDA

View Full Version : Need script to latch mouse button


Nickel
03-04-2004, 08:00 PM
I need my right mouse button to be mapped as a 'push on - push off' switch. I am using it for falcon with bms which requires the right mouse button be held to enable mouselook.

Nickel
03-04-2004, 10:24 PM
Figured it out

TOGGLE( D1 ) = JS1.B2;
CMS.B9 = D1;

assign 'none' to JS1.B2
assign 'mouse button 2' to CMS.B9
D1 is the timer variable for toggle command

MichaelCHProd
04-04-2004, 09:05 AM
Nicely done. B)