

>commando saboteur.zip<
small description:
it adds a new button "PlantBomb" and depending on the MaxHealth of the victim the planting will take longer. The included .cob decloaks the commando during planting the bomb.
issues:
Atm the script can only handle one unit type, so you can't add a saboteur on core and arm side, also there is no config-file, but there are some variables at the top of the luaRule.
Cause there are too many cases to reactivate cloaking, i decided to put all cloaking stuff into the .cob. So if you use your own unit/cobscript you have to do so too (there are 2 cob events: StartPlantBomb and StopPlantBomb).
THE UNIT HAS TO SUPPORT CMD_CAPTURE! (cause of a workaround)
small tip:
if you want to make your own custom commands with unit interactions, then the code is very interesting for you, cos it really isn't easy to integrate a custom command into the commandqueue (with visual dotted lines etc.).
PS: this is not the same version as in Tired Annihilation 0.7-0.8

However TiA 0.10 has a working version of it implemented.