At the rate you are going I'll refer you to
this thread. It explains all the operators.
To get your name you can refer to
Parent.Parent.Parent.GroupMembers.GroupMember0.MemberInfoPage.Name.Text.
So you would add a line at the beginning
ITSME=(Parent.Parent.Parent.GroupMembers.GroupMember0.MemberInfoPage.Name.Text== Parent.Target)
and then add a line
SpellForMyLevel=ITSME ? BuffForLevel56 : SpellForMyLevel
for each level.
