Limpet
Newbie
- Joined
- Dec 27, 2004
- Messages
- 877
- Reaction score
- 0
I have 2 configs one named Prefs.cfg and the other Keys.cfg
Prefs handles everything other than binds while Keys is full of my binds.
When I try to exec Keys it treats the first character it sees as a command and spits out an error in console.
For example:
unbindall
outputs:
Unknown command "u"
I tried commenting out the first line:
// asdlkfja;d
outputs:
Unknown command "/"
Prefs.cfg goes through fine though. So I tried to combine them into one config.
But I get this:
Unknown command ""
Unknown command "/"
and I have no idea which lines those are on becuase I have a lot of comments.
It seems to ignore any echo commands I have too. If I put echo as the first line it just gives me the unknown command but with an "e".
Anyone know what's going on?
Prefs handles everything other than binds while Keys is full of my binds.
When I try to exec Keys it treats the first character it sees as a command and spits out an error in console.
For example:
unbindall
outputs:
Unknown command "u"
I tried commenting out the first line:
// asdlkfja;d
outputs:
Unknown command "/"
Prefs.cfg goes through fine though. So I tried to combine them into one config.
But I get this:
Unknown command ""
Unknown command "/"
and I have no idea which lines those are on becuase I have a lot of comments.
It seems to ignore any echo commands I have too. If I put echo as the first line it just gives me the unknown command but with an "e".
Anyone know what's going on?