Posts: 474
Threads: 67
Joined: May 2011
Reputation:
11
if ( [{+actionslot 1}] == "unbound" ) {
gives a syntax error, any way to do it?
if ( +actionslot 1 == "unbound" ) {
or something maybe?
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
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
Posts: 474
Threads: 67
Joined: May 2011
Reputation:
11
07-19-2011, 14:19
(This post was last modified: 07-19-2011, 14:23 by koil.)
i want a warning to pop up when a users actionslot key is unbound.. there is no way to do that??...