talk(void)1 void talk( void )
2 {
3 Say("A small wooden table.", 1);
4 }
5 
hit(void)6 void hit( void )
7 {
8 Say("Teaparty!", 1);
9 }
10 
11