I been trying to script this for awhile now but, I cant seem to figure how to get 2 procedure repeating at the same time.
IE:
mainloop
Repeat
clicking;
longloophere;
until(knowledge= 10)
{at the same time as mainloop}
Repeat
typing;
shortloophere;
until(Rice= confused)
like while my main loop is going its repeating something else.



Reply With Quote






