01-25-2007, 08:03 PM
All "embedded" macros must be functions, or main macro must be function. To run and wait, use this:
wait 0 H mac(t)
To call as function, use this:
call t
wait 0 H mac(t)
To call as function, use this:
call t
