Bapeth's Ocean Bandage Cross Heal by barryroser

Description: Bandage your crew with this

1# Bapeths Ocean Bandage Cross Heal
2#
3# Its a better bandage cross heal for crew (has indicators)
4#
5# Script starts here...
6
7if skill "Healing" >= 20
8    clearsysmsg 
9    if varexist "CrewHeal"
10        @unsetvar "CrewHeal"
11    endif
12    hotkey "Cancel Current Target"
13    overhead "Which Crew to Heal?" 88
14    hotkey "Set Last Target"
15    wft 500
16    while targetexists 
17        //donothing
18    endwhile
19    getlabel lasttarget desc
20    if "[Crewmember]" in desc
21        @setvar "CrewHeal" lasttarget 
22        overhead "*Heal Target*" 78 "CrewHeal"
23        hotkey "Cancel Current Target"
24    endif
25    if varexist "CrewHeal" and findtype 3617 backpack as baids
26        while queued
27            //donothing
28        endwhile
29        dclick baids
30        wft 500
31        target "CrewHeal"
32        getlabel backpack ping
33        if insysmsg "You begin applying the bandages"
34            overhead "Healing..." 87 "Heal Target"
35            cooldown "Bandage" 5250
36        elseif insysmsg "You are too far away to do that"
37            overhead "*Get Closer*" 45 "CrewHeal"
38        elseif insysmsg "That being is not damaged!"
39            overhead "*Full Health*" 78 "CrewHeal" 
40        endif
41    endif
42endif
43script "Master Background"