Back to "b" tags

Bapeth's Ocean Arch Cure Deck by barryroser

Description: This script will Arch cure self to AoE cure your crewmembers and followers. It will loop into "Master Background" script if you have it in your library.

1# Bapeths Crew Cure
2#
3# This script will Arch Cure self in an attempt to cure all on deck
4# This script will loop into "Master Background" script if you have it
5#
6# Script starts here
7if mana >= 11
8    hotkey "Cancel Current Target"
9    hotkey '> Interrupt'
10    cast 'Arch Cure'
11    wft 3000
12    target self
13    hotkey "Cancel Current Target"
14    script "Master Background"
15else 
16    overhead "Not enough Mana..." 38
17    script "Master Background"
18endif