I'm trying to build (butcher :evil
a script for my pocket cleric. So far it is working great... with one exception. It won't heal group member's pets. I thought the following may have worked:
Had a good old search on wiki and forums without much success :/
Anyone help me out here?
Code:
if ${Group[1].Pet.ID(exists)} && ${Group[1].Pet.Health}<50 && ${Group[1].Pet.Health}>0
{
Pawn[${Group[1].Pet}]:Target
Me.Ability[${Heal1}]:Use
}
Had a good old search on wiki and forums without much success :/
Anyone help me out here?