timmy
Well-known member
- Joined
- Apr 1, 2014
- RedCents
- 1,443¢
my subject is trash and nearly uncomprehensible even to me but i'll try and explain what i mean.
if i have these lines in my macro:
then am i correct to say that there is no possible way for the echo to happen until we reach the alpha waypoint? and if we never reach the waypoint, the echo will never happen?
what if we add an eq command that takes time to happen?
if cast 1 take 3 seconds, will the second nav command not happen until that spell has been cast or do i need some sort a delay to be sure the spell fires before i move to the next nav command?
thx info.
if i have these lines in my macro:
/nav wp alpha
/echo we are at alphathen am i correct to say that there is no possible way for the echo to happen until we reach the alpha waypoint? and if we never reach the waypoint, the echo will never happen?
what if we add an eq command that takes time to happen?
/nav wp alpha
/echo we are at alpha
/cast 1
/nav wp betaif cast 1 take 3 seconds, will the second nav command not happen until that spell has been cast or do i need some sort a delay to be sure the spell fires before i move to the next nav command?
thx info.

