The Dink Network

Reply to Re: A question

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:
 
 
April 9th 2012, 04:39 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Since Dink v1.08 the variable &missile_target also works for swords. So really you could do exactly the same thing as dam_fire.c does: Check if the thing you're hitting is a tree by checking its frame and sequence number and then burning it down. You could do that in the void_use(){} procedure of your sword's script. I think putting the check after a wait() command would be best as the sword only hits something after a number of frames...