The Dink Network

Reply to Pine Tree Script please

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:
 
 
July 26th 2004, 01:09 PM
duckdie.gif
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.", &current_sprite);
}

void talk(void)
{
say("Looks like a dead tree.",1);
wait(500);

say("`3Looks are decieving.", &current_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.