Can i say sript/waypoint only run 20 times, 30 times?
or only in minits?
Thx
Runtime
Re: Runtime
Which do you want to do?borbarad3 wrote:Can i say sript/waypoint only run 20 times, 30 times?
or only in minits?
Thx
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
-
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Runtime
yes u can: http://www.solarstrike.net/wiki/index.p ... _Variables
add any of those variables to your last waypoint, and in first waypoint add check for the number in this variable
like :
self.free_counter1 = self.free_counter1 + 1 in the last waypoint and this:
if( self.free_counter1 > 20 ) then
printf("do some other coding stuff"); <- here u add what you need to do, like change char, change profile, or just end botting
end;
in the beggining of your waypoint
add any of those variables to your last waypoint, and in first waypoint add check for the number in this variable
like :
self.free_counter1 = self.free_counter1 + 1 in the last waypoint and this:
if( self.free_counter1 > 20 ) then
printf("do some other coding stuff"); <- here u add what you need to do, like change char, change profile, or just end botting
end;
in the beggining of your waypoint
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest