How do you call multiple procs? in Developer Help
|
|
Code:
mob Login() usr.loc = locate(47,86,1) usr.redd() usr.greenn() usr.bluee() usr.darkgreenn() usr.yellow() ..()
|
Problem description: that right there is an example of what im trying to do, my question is how can i call all 5 of those procs at once?
|
There's no such thing.
Anyway, for what purpose do you think you need them all to execute at the same time?