void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = GetObjectByTag("KLAUMDOOR"); AssignCommand(oTarget, ActionOpenDoor(oTarget)); }