The Dink Network

Reply to Re: Speaking in DinkC language

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 5th 2009, 05:22 PM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
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);
}