/*Script created by Phoenix for BG module: Old Man(OM,om) walks way from PC.*/ //Put the script on the actions taken tab in conver. void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = GetObjectByTag("Lessnya"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_LordDukert"))); oTarget = GetObjectByTag("Lessnya"); int nInt; nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Lessnya"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("LordDukert2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_LordDukert"))); oTarget = GetObjectByTag("LordDukert2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("LordDukert2"); DestroyObject(oTarget, 3.0); }