Ok, i was thinking over adding an Access Database on my bot..
I Made my form ect.. for it and i dont how to start coding it..
Im not asking for your codes, so do NOT post your code here. Im just asking for ideas on how i would do it.
Im thinking i need to declare something like
AccessLvl = what here?
AccessName = what here?
My access database is a listbox and im stuck
I want to have it so when i type like
"!whois QwertyMonster" - Me
"User: QwertyMonster has an access level of: 100" - Bot respond
I want the bot to find the name and the access level.
All help is appreciated!
vb?
use a Collection.
I posted some Database coding to help another person, use the search feature.
http://forum.valhallalegends.com/phpbbs/index.php?topic=9938.msg92774#msg92774
Wow nice one Warrior, thx.
Was reading through it and thanks to the documation im understanding it.
I WILL NOT copy and paste your code, but i will write my own. Keep in touch here if i have any other problems. :)
Hence why I greatly commented it :P . Anyways have fun with that.