Ok thanks. SO that might allow me to do some interesting things. So for example if I have within my action:

action example()
{
while1_function001();
while1_function002();
while1_function003();
etc...


So if I understand you right they run their while loop 1 time before the wait instruction then go to the next function in sequential order? And the my pointer could be used in each one?

Last edited by NITRO777; 04/23/11 13:06.