program flow
Posted: 2006-07-12 05:08:56
I would like more than one function to run at the same time but with a parameter.
Or to give the example. When I see an enemy I would like to run the functions.
gotoenemy(enemy)
checkenemystatus(enemy)
checkmystatus(enemy)
to run symultaniously.
uo.exec('exec ...') doesn't work because of the parameter.
Or to give the example. When I see an enemy I would like to run the functions.
gotoenemy(enemy)
checkenemystatus(enemy)
checkmystatus(enemy)
to run symultaniously.
uo.exec('exec ...') doesn't work because of the parameter.