Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trouble with counter
#1
i'm trying 2 make a counter so that evry so often it calls a function
it will be inside of a function that is called when the main macro ends calls a function which inturn calls another function,which inturns calls another function.
what i'm tring 2 do is every so often instead of calling the 3rd function call a different function and reset the counter

i tried using this
but it just seems 2 skip over it
Code:
Copy      Help
int x
x+1
if x= 200
,,"Function5"
,,x=0
else
,Function3



[/code]


also tried if x<12
also tried using Function5 without quotes
can u help?[/code]


Messages In This Thread

Forum Jump:


Users browsing this thread: 9 Guest(s)