The Dink Network

Reply to Script Problems

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:
 
 
June 27th 2005, 12:32 PM
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?