Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
2016-11-12 19:16:19 -05:00

11 lines
198 B
C++

class ItemRadio : ItemCore
{
class ItemActions
{
class Groups
{
text = $STR_EPOCH_GROUPS_KEY;
script = ";if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
};
};
};