if (BandageContext.BeginHeal(from, from) != null)
m_Bandage.Consume();
if (BandageContext.BeginHeal(from, from) != null && !(m_Bandage is EverlastingBandage) )
m_Bandage.Consume();
if thats in the bandage script i changed it to what someone told me i can send u the script if u would likeI assume you followed the last thread and did remove this part
C#:if (BandageContext.BeginHeal(from, from) != null) m_Bandage.Consume();
instead you should do
C#:if (BandageContext.BeginHeal(from, from) != null && !(m_Bandage is EverlastingBandage) ) m_Bandage.Consume();
Also a side note, please keep the issue in one thread instead of multiple, makes it easier to see what happened![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.