Reply to Re: sticking dead bodies
If you don't have an account, just leave the password field blank.
I'd guess at something to do with editor types.
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
{
editor_type(¤t_sprite, 3);
editor_seq(¤t_sprite, ???);
editor_frame(¤t_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.
int &hold = sp_editor_num(¤t_sprite);
if (&hold != 0)
{
editor_type(¤t_sprite, 3);
editor_seq(¤t_sprite, ???);
editor_frame(¤t_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.
