Heres the instructions that came with the script,
First line go's in the bombers init:
[BomberName, TargetName, GameLogicName, Distance, RemoveWeapons, CombatMode] exec "suicide.sqs"
BomberName = The name of the suicide bomber.
TargetName = The Targets Name. Note that you can use everything from a GameLogic to a tank.
Distance = The distance the bomber have between him and the target before he detonates. I advice you to have a distance of at least 5. The explosion is quite big and infantary should die quite easy at the range of 20. A tank target should have 5, maybe 10 in range.
RemoveWeapons = For a more realistic bombing the bomber should have no weapons. If you want the bomber to have the equipment you should type FALSE and if you donÂ't want the equipment you should type TRUE. Note that you canÂ't have equipment on one guy and not on the other(if you activate this script 2 times).
CombatMode = Do you want the bomber to fire back at his enemys or do you want him to storm only? This text was copied from the official command reference:
BLUE (Never fire), GREEN (Hold fire - defend only), WHITE (Hold fire, engage at will), YELLOW (Fire at will), RED (Fire at will, engage at will).
I recomend you use BLUE, GREEN or YELLOW.
Have funÂ