Hi, I would like to give a soldier a collection of guns to choose from.
In the descriptin.ext I tried this:
//The seting of guns, fons and background used.
//Choose WEAPON from list
class Weapons
{
class UKF_SA80
{
count=12
};
class Weapons
{
class UKF_LMG
{
count=12
};
class Weapons
{
class UKF_LSW
{
count=12
};
class Weapons
{
class UKF_SA80AG36
{
count=12
};
but various changes and trying will not work.
Has someone got the answer? ???