• Bind not working?
    2 replies, posted
Hi. Trying to bind a key to a function, but it's not working. This is exactly what happens: [code] ] bind ä lua_run GetDetails() bind <key> [command] : attach a command to a key ] bind i lua_run GetDetails() bind <key> [command] : attach a command to a key [/code] When pressing said key, nothing happens. I look in my config file and it isn't there. What gives?
bind i "lua_run GetDetails()" needs the " "
Ah, ok. Quote in the [command]. Thanks.
Sorry, you need to Log In to post a reply to this thread.