Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

BandageSelf

Try to find bandages in backpack, if found - use it with target to Self.

N.B. Works ONLY with client version 5.0.4+

DWS\Pascal Script:

procedure BandageSelf;

DWS\Pascal Script Example:

If HP < GetMaxHP div 2 then
  BandageSelf;

Python:

def BandageSelf()