Can anyone tell me why this is not working?
_magazines = Magazines Player
_magazineNumber = "M16" CountType _magazines
I've also tried this:
_magazines = Magazines Player
_magazineNumber = (("M16" CountType _magazines)==1)
Is it because the information is already in string format within the array rather than a bool format?
It's driving me freaking nuts. If CountType doesn't work, then I guess the only thing to do is just strip apart the array and count em one by one.