Talk:Pager
Back to page
I'm trying to find a way to warn people while in instances, selecting the forerunner and hitting a macro button for instance.
i tried /page ("target") STOP! (i know its not being very nice but its needed sometimes) or /page %t blabla
it just returns no player nemaed target (%t) not found. any one able to correct this?
edit upon sarf's answer:
/script Pager_SendPage(UnitName("target").." STOP!", this.language);
this way it works... [1]