The Dink Network

Reply to Re: bugs introduced by v1.08 and some stuff that probably should be in the help file

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:
 
 
September 13th 2009, 10:35 PM
knights.gif
Androrc
Peasant He/Him Austria
 
From what I have been experiencing, it seems that when using the "hurt" command inside a hit void, it has a chance to call on the next command, which may result in calling the sprite's die procedure, even though it's not dead.

I solved this by adding an empty talk void between the hit and die voids:

void talk( void )
{
}