I write #include "artillery.hpp" in description.ext
In artillery.hpp:
cost_variable = "50";
class rambler
{
displayname = $STR_VN_ARTILLERY_AIRCRAFT_CLUSTER_RAMBLER_NAME;
icon = "vn\ui_f_vietnam\data\decals\vn_callsign_src_433tfs_ca.paa";
description = $STR_VN_ARTILLERY_AIRCRAFT_HE_VESPA_DESCRIPTION;
magazines[] = {"vn_bomb_500_mk82_he_mag_x1","vn_bomb_500_mk82_he_mag_x1"};
vehicleclass = "vn_b_air_f4c_cas";
cooldown = (60*5);
cost = 50;
};
When I open the radio support menu,it says cost:scalar NaN(not a number?).What should I do to fix this problems?