Scorpion
05-02-2003, 06:07 AM
I am cycling weapons with mousewheel and am thus unable to modify it to prev weapon instead of next weapon to avoid weapon order woes in the Cluster Mod.
I am asking a scripter to replace MWHEELup with MWHEELdown upon a keypress, or any other solution to fix this prob.
EDIT:
Changed upon a keypress:
moveMap.bind(mouse0, "zaxis", cycleWeaponAxis);
to
moveMap.bind(mouse0, "zaxis", prevWeapon);
and vice versa. This is all I need as I only use one scroll axis anyway.
-Scorpion
I am asking a scripter to replace MWHEELup with MWHEELdown upon a keypress, or any other solution to fix this prob.
EDIT:
Changed upon a keypress:
moveMap.bind(mouse0, "zaxis", cycleWeaponAxis);
to
moveMap.bind(mouse0, "zaxis", prevWeapon);
and vice versa. This is all I need as I only use one scroll axis anyway.
-Scorpion