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