void main() { object oPC=GetPCSpeaker(); object oDoor=GetLocalObject(oPC,"oTarget"); int nType=GetLocalInt(oPC,"nParm"); SetLocalInt(oDoor,"nType",nType); }