The Dink Network

Reply to Re: sticking dead bodies

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:
 
 
March 9th 2004, 10:22 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
I'd guess at something to do with editor types.

int &hold = sp_editor_num(&current_sprite);
if (&hold != 0)
{
editor_type(&current_sprite, 3);
editor_seq(&current_sprite, ???);
editor_frame(&current_sprite, ?);
}

Replacing the editor_seq with the death sequence, and the frame with the last frame of the sequence.

I have no idea if this would work, but... you lnow. I thought I'd reply.