Can someone tell me how to create NPC Thats lets them type a comment.. and when they send the comment.. it goes to my email...?
Quote:
Input("INputtttt ", 1, CSocket);
#If you want to say thanks thank alexQuote:
public static void Input(string text, int LinkBack, ClientSocket CSocket)
{
CSocket.Send(ConquerPacket.NPCTalk(LinkBack, 3, text));
}
Quote:
#Off-topic
Yeah i do.
And super thingy u asked for something and you got it how hard could it be to make a function to insert something into a database ;/?
And is this the void that sends it right? and to where?Quote:
public static void Input(string text, int LinkBack, ClientSocket CSocket)