OK, I want to put a beam of light on the end of a weapon I made but I'm not entirely sure how to do it.
I've got all the class Smoke and class Light stuff down:
Class CfgWeapons
class Default {};
etc. etc.
class MyWeapon: EtcEtc
{
~normal weapon config stuff~
class Smoke
{
} <- There's no ";" here on purpose - would that affect the final result?
class Light
{
};
};
};
Something like that anyway.
Is this the right way to do it? I just did it like how I would if I was making it as a (class) building.