Update to the latest version of GMLine 8 uses the ?? operator or "nullish" operator. It's the equivalent of:if(_count != undefined) _count = _countelse _count = 1