Okay, I've been working on a script, but I need some help. I want to have an array of weapons, one is selected, then the weapon is added to the unit. My problem is adding the weapon via the array.
To add the weapon names, should the array be:
_primaryArray [AK47, AK47CZ, HuntingRifle, PK, FAL]
OR
_primaryArray ["AK47", "AK47CZ", "HuntingRifle", "PK", "FAL"]
Thanks in advance.