THENEX - Binds.

Key Binds

Written by shaggy

Nexuiz has the ability to save commands to a key, they are save (by default) into config.cfg
Now you know the basics about binding, you can make simple commands, such as, say and say_team, all once again in the console.

An example of a bind, is by using the say command. This bind will bind h to say hello.

bind h "say Hello"

Simple, don't you think? Let's take a better look at this simple command.

bind - Stores the command to a single key.
h - Is the key being bound.
say - Sends a messsage to everyone on the server.
Hello - That is just the message it is sending.

What about team messages?

Team messages are the same type of thing. Instead you add _team to say, so it will look like this:

say_team

This is only a very brief description of how to make a team bind, if you would like to know more about them go to the team messages page.

Too Lazy To Write Binds?

Well take a look at our scripts page, there are many binds there.

Coming Soon, Make Your Own Binds, you will be able to choose what it says what key it's bound to it's all your choice!