Difference between revisions of "Message target bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Aliases)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This little bind pops up a box that allows you to send a private message to whomever you have targeted.
 +
 
==Code==
 
==Code==
  alias targetkey "prompt '/msg %target'"
+
  alias targetkey "prompt '/msg %target%'"
  
 
==Aliases==
 
==Aliases==
Line 15: Line 17:
 
==Credit==
 
==Credit==
 
Created by Roguelazer. The administration would also like you to know that a1k0n is partially responsible for this bind, since he invented the %target% variable and gave an example of "/msg %target% message" in the chat while explaining it.
 
Created by Roguelazer. The administration would also like you to know that a1k0n is partially responsible for this bind, since he invented the %target% variable and gave an example of "/msg %target% message" in the chat while explaining it.
 +
 +
[[Category:Binds]]

Latest revision as of 03:30, 9 July 2005

This little bind pops up a box that allows you to send a private message to whomever you have targeted.

Code

alias targetkey "prompt '/msg %target%'"

Aliases

Bind the following commands to the key of your choice:

Command Description
targetmsg Opens a prompt for a private message

Credit

Created by Roguelazer. The administration would also like you to know that a1k0n is partially responsible for this bind, since he invented the %target% variable and gave an example of "/msg %target% message" in the chat while explaining it.