Toast the most recent droid/building that attacked me
var lastAttacker;
function eventAttacked(victim,attacker) {
lastAttacker = attacker;
}
function eventStructureReady(structure) {
if (structure.stattype == LASSAT) activateStructure(structure, lastAttacker);
}