so i got [bs to work on the server but now its deleting the everlasting bandage when u use it what can i do
 
if (BandageContext.BeginHeal(from, from) != null)
m_Bandage.Consume();
If this line is in your current script it will consume the bandage regardless of type
 
Back