void main() { object oTarget; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("fortrstocit"); SetLocked(oTarget, FALSE); AssignCommand(oTarget, ActionOpenDoor(oTarget)); oTarget = GetObjectByTag("cittofortrs"); SetLocked(oTarget, FALSE); AssignCommand(oTarget, ActionOpenDoor(oTarget)); }