/** * [_text] call Z_filleTradeTitle * * @param String _this select 0 (_text) -> The text you want in the label. * * Changes the indication of where you are selling/buying from in the trade window. **/ #include "defines.sqf"; _text = _this select 0; ctrlSetText [Z_AT_CONTAINERINDICATOR, _text];