I'm just cleared my dialogue handler for a new server I'm starting. I can't make it work with sendNpcChat1,sendNpcChat2, or sendNpcChat3, but sendNpcChat4 works perfectly.

Error in compiler:
Code:
src\server\model\players\DialogueHandler.java:22: error: method sendNpcChat1 in class DialogueHandler cannot be given to the following types;
sendNpcChat1("Good day to you!", c.talkingNpc, "Hans");
^
required: String
found: String,int,String
reason: actual and formal argument lists differ in length
I don't get it, I know its going to be something stupid but help please