Reply to Re: Speaking in DinkC language
If you don't have an account, just leave the password field blank.
void talk (void)
{
say_stop("This is stupid", &Fireball5);
wait(500);
move_stop(&Redink1, 4, 400, 1);
wait(500);
movestop(&Tal, 6, 100, 0);
wait(500);
say_stop("Oof! Who put that post in the way?", &Tal);
wait(500);
say_stop("You forgot to enable ignore hardness", &Fireball5);
wait(500);
say_stop("Oh, I'll set it then", &Tal);
wait(500);
move_stop(&Tal, 6, 200, 1);
wait(500);
move_stop(&WC, 8, 150, 1);
wait(500);
say_stop("Please kill this thread", &Fireball5);
wait(500);
kill_this_thread();
wait(500);
say_stop("Thank you!", &Fireball5);
wait(500);
}






