The Dink Network

Blood!

April 16th 2010, 01:59 PM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
How do I remove the standard blood that appears when Dink hits a monster? In other news: My DMOD 'Grasp for Darkness' will be sent to the DN today. Hopefully.
April 16th 2010, 02:12 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Great. Uh... I have no idea. There for, let me give you a stupid suggestion: edit the graphics.
April 16th 2010, 02:22 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Well, I don't think you can just stop the sprite from bleeding altogether, but you do have control over what sequences it will use when it bleeds. So you could make a sequence with blank graphics and do this:

sp_blood_seq(&current_sprite,XXX);
sp_blood_num(&current_sprite,1);
April 16th 2010, 02:45 PM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Ah, thx.