This is what I made but nothing is showing up on the spawn menu in warlords I did choose the correct asset list but still nothing is showing up its also saying there are not issues
//Description.ext
class CfgWLRequisitionPresets
{
class SyRHSAssetList
{
class WEST
{
class Infantry
{
class rhsusf_army_ucp_rifleman_101st //
{
cost = 100;
requirements[]={};
};
};
};
class EAST
{
class Infantry
{
class rhs_msv_emr_rifleman //
{
cost = 100;
requirements[]={};
};
};
};
};
};