## Usage ``` //send ``` The target can be the receiver's name, `@all` to send to all instances, `@other` to send to all instances excluding the sender or `@` to send to a specific job. The command can be any valid FFXI or Windower command. Examples: ``` //send @all /ma "Blizzard" //send @whm /ma "Haste" //send Mymule //reload timers ``` ## Sending entity IDs Entity IDs can be sent to the receiver by appending `id` to a target specifier, like `` for the target's ID. This works not just for `` but for all common targets mentioned [here](https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxiget_mob_by_targettarget), i.e. ``, ` /ta //send Mymule /ma "Blizzard" ```