sound problem
Uhm, hi
I have a problem. Yes. In my dmod, I have shrubs you can chop with your sword, and then a "chop sound" plays. But, you also hear the sword hitting sound, so you don't hear the chop sound anymore. Is there a way to NOT let the "hit" sound play when I hit that certain sprite?
Thanks in advance and stuff
I have a problem. Yes. In my dmod, I have shrubs you can chop with your sword, and then a "chop sound" plays. But, you also hear the sword hitting sound, so you don't hear the chop sound anymore. Is there a way to NOT let the "hit" sound play when I hit that certain sprite?
Thanks in advance and stuff
Try sp_nohit(¤t_sprite,1); because I think nohit actually makes Dink hit it (or call the hit procedure), but it doesn't play the sound.
Yes, Dink still does hit the target but doesn't deal any damage or play the hit sound.