Source: RedVex • Index page
Download: RapidShare: 1-Click Webhosting

Macro is a utility module used for repeating text (useful for repeating text commands used by other plugins) and binding text to speech keys (which use the default mapping 0 through 7 on the number pad). It's pretty damn convenient.

Here are the commands used by this module:

* .bind (speech key (0 - 7)) (text)
* .unbind (speech key (0 - 7))
* .repeat (delay) (count) (text)
* .unrepeat
* .help


Some examples:

* .bind 0 .stone (you get a soul stone each time you press 0)
* .repeat 30 1000 .send 50xxxx01000000 (drops 1000 gold, one coin at a time, and does this really fast; xxxx is your playerId)
* .unrepeat (stops repeating whatever you are currently repeating)


Updated to RedVex 2.6 by Zoxc