//Put the script on the actions taken tab in conver. void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = GetObjectByTag("Nerka"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Nerka"))); oTarget = GetObjectByTag("Nerka"); int nInt; nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Nerka"); DestroyObject(oTarget, 3.0); }