View Single Post
Old 04-26-2003, 01:51 AM   #3 (permalink)
guyee
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 452
Default

all that the ranger switch does is a commandbutton that basically allows it to use the secondary weapon instead of the primary.

There's no upgrade going on there

Quote:
CommandButton Command_AmericaRangerSwitchToMachineGun
Command = SWITCH_WEAPON
WeaponSlot = PRIMARY
Options = CHECK_LIKE OK_FOR_MULTI_SELECT
TextLabel = CONTROLBAR:RangerMachineGun
ButtonImage = SSMachineGun
ButtonBorderType = ACTION
DescriptLabel = CONTROLBAR:ToolTipSwitchToRangerMachineGun
End

CommandButton Command_AmericaRangerSwitchToFlagBangGrenades
Command = SWITCH_WEAPON
WeaponSlot = SECONDARY
Options = CHECK_LIKE OK_FOR_MULTI_SELECT NEED_UPGRADE
Upgrade = Upgrade_AmericaRangerFlashBangGrenade
TextLabel = CONTROLBAR:FlashBangGrenadeMode
ButtonImage = SSFlashbang
ButtonBorderType = ACTION
DescriptLabel = CONTROLBAR:ToolTipSwitchToUSAFlashBang
End
guyee is offline   Reply With Quote