- Joined
- Nov 30, 2007
- Messages
- 1,202
if i take a dead item (life < 0.45) and increase it's health and make it visible again the item is clickable, but the model is hidden as it's animation is dead. Is there anyway to resolve this so that the item can be recycled?
The only idea I have is to attach an effect to the item and animate it post-recycle, but that would make it very clunky to implement as you'd need to handle every special case that can happen and have to worry about causing leaks due to not being able to detect an item that never died because it was being carried or such things.
The only idea I have is to attach an effect to the item and animate it post-recycle, but that would make it very clunky to implement as you'd need to handle every special case that can happen and have to worry about causing leaks due to not being able to detect an item that never died because it was being carried or such things.
Last edited: