BroncoBombControl (BroncoBomber & BroncoOverride)
-------------------------------------------------

This script allows you as a Pilot to take control of the Bombingcontrols, as long as the Bombadier has this script installed, too.
Maybe best used in combination with the BomberHUD....

Instructions:
------------
1) unzip both scripts (BroncoBomber.cs & BroncoOverride.cs) to tribes2\gamedata\base\scripts\autoexec
2) config, if needed (see below)
3) bind a key, if needed
4) play
5) ..and don't flame me, neither for this scripts nor for my bad english...


Furter information for those who are interested:
------------------------------------------------

	BroncoBomber.cs 	is the sender, it sends a teammsg, which causes the Override script to drop the bombs.	
				Please configurate this script! (or leave it - sorry i have no fancy ingameHUDs)
				
				$BrncBombTime - Is the bombing time in milliseconds * 100 - "12" is a fine value - it doesn't waste too much energy
				$BrncBombMsg  - Just a message - make it what you want, maybe a tribe.add or something

				Nota bene:
				You cannot stop the bombing process, once started it'll bomb all the way, as defined in $BrncBombTime!
				Since the command is broadcasted via teamchat, you're worst foe is maybe the floodprotection!

	BroncoOverride.cs	is the receiver, it interpretes the broadcasted message and determinates automaticly if you're in the same bomber as the pilot who send the dropcommand. This means more than one bombers, won't interfere with eachother.
				
				Please configurate this script! (or leave it - sorry i have no fancy ingameHUDs)

				$BrncOverrideActivated	- is the startup state, 'false' deactivates it...
				$BrncOverrideMute	- if set to 'true', this'll prevent the msg from being displayed in your HUD! - don't forget that you maybe annoy other people..
			
				*** SORRY GUYS BUT I HAVEN'T TESTED THIS FEATURE, YET - plz gimme feedback ***
				$BrncOverrideLock	- if 'true' only people matching the overrideswitch are allowed to bomb for you...
				$BrncOverrideSwitch	- make this your friend's name or your tribeTag; n.b.: this is partialstring matching and casesensitive! (if your clan is XYZ, also a Player named [*]PlayAXYZ, will match your switch!!!)


- Bronco (bronco@excaliburs-keepers.net)

