Archived from groups: alt.games.unreal.tournament2003 (More info?)
Was just wondering if there's anything semantically wrong with how I
have this script set up. Clicking MiddleMouse doesn't execute the first
alias, it doesn't change to the Flak Cannon if it's in inventory.
Aliases[61]=(Command="GetWeapon XWeapons.FlakCannon |
Set Input MiddleMouse MM2",Alias="MM1" )
Aliases[62]=(Command="GetWeapon XWeapons.RocketLauncher |
Set Input MiddleMouse MM3",Alias="MM2" )
Aliases[63]=(Command="GetWeapon XWeapons.BioRifle |
Set Input MiddleMouse MM4",Alias="MM3" )
Aliases[64]=(Command="GetWeapon XWeapons.LinkGun |
Set Input MiddleMouse MM1",Alias="MM4" )
MiddleMouse=MM1
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.