Spawn as AT specialist
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "VIEW"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
result: [["spine2",0.190956]]
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "FIRE"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
result: [["spine2",0.190956]]
run this
_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "GEOM"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])
CRASH!