Reply to Mmm... This
If you don't have an account, just leave the password field blank.
void talk( void )
{
hit();
}
void hit( void )
{
say("I say the same when you talk or hit", 1);
}
----------
This can be done or not? -I mean calling "hit()"... or "touch()", etc.
{
hit();
}
void hit( void )
{
say("I say the same when you talk or hit", 1);
}
----------
This can be done or not? -I mean calling "hit()"... or "touch()", etc.