/*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("Gustillo"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_WA_Gust"))); oTarget = GetObjectByTag("Gustillo"); int nInt; nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Gustillo"); oTarget = GetObjectByTag("Lauricky"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_WA_Gust"))); oTarget = GetObjectByTag("Lauricky"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Lauricky"); oTarget = GetObjectByTag("Michan"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_WA_Gust"))); oTarget = GetObjectByTag("Michan"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Michan"); }