So I made this macro:
#showtooltip
/cast Soulburn
/cast [@cursor] Demonic Gateway
/use Gateway Control Shard
The purpose was to have an instant GTFO button, but it doesn’t quite work.
After casting an instant-cast demonic gateway, it takes a fraction of a second (0.2-0.5 sec) for the gateway to actually form, but the macro /uses the gateway control shard instantly before the gateway is down, giving an error message.
Now, if you hit the macro a second time, it works, but I would like a way to delay the /use for a set period, something like
#showtooltip
/cast Soulburn
/cast [@cursor] Demonic Gateway
/delay 0.4
/use Gateway Control Shard
but I can’t find a delay command function.