ItsMods

Full Version: Checking if Unbound..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if ( [{+actionslot 1}] == "unbound" ) {

gives a syntax error, any way to do it?

if ( +actionslot 1 == "unbound" ) {


or something maybe?
nope.

but if you want to bind something to a key and don't want to let that new bind overwrite something old you could use /bind2 KEY dostuff
i want a warning to pop up when a users actionslot key is unbound.. there is no way to do that??...