Run this on stratis
mybuilding = [0,0,0] nearestObject 67666;
tr1 = createTrigger ["EmptyDetector", position mybuilding];
tr1 setTriggerArea [100,100,0,true];
tr1 triggerAttachObject 67666;
tr1 setTriggerStatements ["hintsilent str [this, typeOf mybuilding, triggerActivation tr1]; this","",""];
This will add 100 x 100 trigger to a military cargo post and should make it watch this object, yet 'this' returns false when detecting obviously "PRESENT" building.