Reply to Script Problems
If you don't have an account, just leave the password field blank.
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?
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?