Changes

From Vendetta Online Wiki
Jump to: navigation, search

Binds

10 bytes removed, 01:27, 21 February 2005
/* Use */
===Use===
- #Decide what you want your bind to do. In this example, we'll make a command that sends a string of text to your currently active channel. - #Choose a name for your command. In this example, we'll pick a name that is simple; **'''MyBind** ''' will do nicely. - #Next we need to decide what to say. **'''"This is my first Vendetta Online bind! w00t!"** ''' will suit this command well, don't you think? - #Now we need to make the command. The syntax of the command we need to print to the channel is "**'''/say_channel text**'''", so type this into the console: **/'''alias MyBind "say_channel This is my first Vendetta Online bind! w00t!"**''' - #Last, we need to bind it to a key. This would be typed in as **'''/bind "p" "MyBind"**''' - #Now all you have to do in order to run this command is to either a) be inflight and hit the assigned key (p) or b) type **'''/MyBind** ''' in the console. The latter works inside stations as well as outside them.\\  For a full list of the Vendetta commands click [[http://www.vendetta-online.com/manual/app_commands.html|here]].