The Dink Network

Reply to Re: Getting the damage/hit value

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 13th, 12:39 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
Bugger. There's a typo I just found in the previous script that will make it so if no base death is set it won't create the corpse seq base_walk+5. Just fixed it, here's the new apply.c (above link is updated too).

Also forgot to mention in previous post that if for some reason you want to set a custom sp_blood_num and sp_blood_seq on the enemy, sp_blood_num also can't be retrieved by my script, so it needs an additional sp_custom line so my script can retrieve it:
sp_custom("blood_num", &current_sprite, value_here);

Not many people use sp_blood_num so it slipped my mind to mention it, even though I did actually include it. sp_blood_seq is fine though, no need for a sp_custom line for that.