06-15-2004, 01:25 PM
as far as a counter goes you can try this.
this is setup to run forever (no, literally forever (see rep listing in the help doc)) so you may want to change that. let me know if it gets you where you want to be
int x
rep
,x+1
,if condition 1=result 1 and x= 200
,,"perform a function"
,,x=0
,else
,do thisthis is setup to run forever (no, literally forever (see rep listing in the help doc)) so you may want to change that. let me know if it gets you where you want to be
