Reply to Pine Tree Script please
If you don't have an account, just leave the password field blank.
Hi.
I need a script which will allow me to burn pine trees.
I also want to be able to talk to them when I hit space.
I also want them to talk when hit.
Here is the script I have been using:
**********************
void hit(void)
{
say("`3Mushrooms like that more than I.", ¤t_sprite);
}
void talk(void)
{
say("Looks like a dead tree.",1);
wait(500);
say("`3Looks are decieving.", ¤t_sprite);
}**************************
I would prefer not to stop dink during these allowing him to continue moving.
Please to fix my script for me to allow the trees to burn.
Thank you.
I need a script which will allow me to burn pine trees.
I also want to be able to talk to them when I hit space.
I also want them to talk when hit.
Here is the script I have been using:
**********************
void hit(void)
{
say("`3Mushrooms like that more than I.", ¤t_sprite);
}
void talk(void)
{
say("Looks like a dead tree.",1);
wait(500);
say("`3Looks are decieving.", ¤t_sprite);
}**************************
I would prefer not to stop dink during these allowing him to continue moving.
Please to fix my script for me to allow the trees to burn.
Thank you.