This function .allows you to make a unit available for rescue.
Example, [this, "Condition"] call ETR_fnc_rescue;
1. This, object to add the action to, usually this.
2. Condition, sets condition (string) to true when object is freed.
[this, "freed"] call ETR_fnc_rescue;