void main() { object oTarget; object oPC = GetPCSpeaker(); oTarget=GetHenchman(oPC); if (GetTag(oTarget)=="Myrra") { RemoveHenchman(oPC, oTarget); } }