Files
DayZ-Epoch/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_filleTradeTitle.sqf
icomrade 1585765ca6 Advanced trading by Zupa @Windmolders
Stock configuration and basic integration. WE still need config based
trader setups.
2016-04-27 18:23:55 -04:00

10 lines
296 B
Plaintext

/**
* [_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];