void main() { object oTarget; int nInt; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Krormar"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Kessa"))); oTarget = GetObjectByTag("Krormar"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Krormar"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("Griffiths"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Kessa"))); oTarget = GetObjectByTag("Griffiths"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Griffiths"); DestroyObject(oTarget, 3.0); }