The Dink Network

modena476's Profile

2005-06-27 12:32:40
duckdie.gif
I've finally learned scripting and am trying to make a tree say "ouch" when you punch it. I know I wrote it correctly into notepad

void hit(void)
{
say("`4Ouch!", current_sprite);
}

I save that as TREE.c and in windinkedit I right click the tree, go to properties, and i type in TREE next to script. I set it at hard as well. But everytime I test it, when I punch the tree, nothing happens. Am I missing something here?