Hi,
I'm making a bot that can pretty much think for itself on the internet using random number functions. What functions should I allow the bot to do/interact with the user?
2006-10-22
16:23:23
·
2 answers
·
asked by
mattmaul92
3
in
Computers & Internet
➔ Internet
meh you're not getting it.. for example if the generate gets the number two then with this code it would show something
if ($number == '1')
{
print 'Something';
}
else if ($number =='2')
{
print 'Something else';
}
else
{
// The number was three
print 'Last thing';
}
2006-10-22
16:29:08 ·
update #1