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+
procedure BandageSelf;
DWS\Pascal Script Example:
If HP < GetMaxHP div 2 then
BandageSelf;
def 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+
procedure BandageSelf;
DWS\Pascal Script Example:
If HP < GetMaxHP div 2 then
BandageSelf;
def BandageSelf()