score_keeper := class(creative_device): var Score : int = 0 AddPoint() : void = set Score += 1 Print("Point added")