8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oDoor=GetLocalObject(oPC,"oTarget");
|
||
|
int nType=GetLocalInt(oPC,"nParm");
|
||
|
SetLocalInt(oDoor,"nType",nType);
|
||
|
}
|