08-15-2013, 03:54 PM
Hello, welcome to the forum.
The error basically tells you that the 3rd parameter to BindCommand() is wrong. It also tries to guess what's wrong with it. In this case, it was expecting a function as the parameter, but you seem to give it something else. What is your HandleHealCommand, is it defined? Is it a function?
The error basically tells you that the 3rd parameter to BindCommand() is wrong. It also tries to guess what's wrong with it. In this case, it was expecting a function as the parameter, but you seem to give it something else. What is your HandleHealCommand, is it defined? Is it a function?