Heh, looks like reading billions of books paid off! I am also
VERY interested. I will be releasing eqemu code fixed/addons soon also. I know intermediate c++ and php. I have full knowledge about running an eqemu server, dont know if that counts, well anyways heres a program I made for fun once for my friends. Very basic, but im guessing it could do the trick.
#include <iostream.h>
int main ()
{
char mybuffer [100];
cout << "Yo blu wat you need? [pot] [crack] [coke] ";
cin.getline (mybuffer,100);
cout << "So yo need sum " << mybuffer << "muthafucka?\n";
cout << "How much? ";
cin.getline (mybuffer,100);
cout << " " << mybuffer << " on its way!.\n";
return 0;
}
I know almost all of the commands. Just tell me where to apply them. I would help out more but im bad at finding bugs because everything looks so perfect to me
