Thanks, I ended up using the call program feature.
How it works is after every point P [#] I have a line of code underneath it that calls a program named "counter".
Counter just takes register 4 and adds 1 to it. R [4] +1=R [4] this way after every point in the program it updates register 4. It worked well.