Witchie NL Posted January 27, 2006 Report Posted January 27, 2006 i was learning programming a plugin for MERVbot and i found out how to let a bot say somthing back (ezz) but now i wanted to make a buyplugin with numerical parameters. scrypt: if (c->check("test")) { // reads in test #, default to 1 if invalid number input int temp = 1; if (isNumeric(c->final)) temp = atoi(c->final); but i dont get how i can let a bot say something back this way....I am programming with Microsoft Visual C++ 6.0 (as said on: http://wiki.minegoboom.com/index.php/MERVB...t_.28plugin.29)Can anyone edit this plugin so it sais "*prize #17" if i typ "!buy super" plz also explain what to edit so i can change rest of the commands on my plugin (i know still noob!@#$%^&*, i dont care, got to start somewhere )
»D1st0rt Posted January 27, 2006 Report Posted January 27, 2006 sendPrivate(p, "*prize #17); I would suggest taking a look at the code for TM Mer
Recommended Posts