/click pause to add delay for off GCD stuff

Im trying to wait a brief time before I use my off GCD stuff. Its in a separate macro that I have /click BER_RAGE. I have this as a test:

/click BER_RAGE in the KeyPress of main macro

BER_RAGE:
/cast [combat] Avatar
/click pause 1000
/cast [combat] Berserker Rage

But no matter what I set /click pause to it doesnt wait it just fires both. Anything I can do to fix this?

Because in GSE3 that command was replaced with Pause blocks.

Ah…just added a pause block and that fixed it :slight_smile:

is there a way to make a macro where it will only fire after so many seconds?

Yes - it’s called using pause blocks,