9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
// uc_a_mine
|
||
|
void main()
|
||
|
{
|
||
|
int nParm=GetLocalInt(GetPCSpeaker(),"nParm");
|
||
|
SetLocalInt(OBJECT_SELF,"nMState",24);
|
||
|
SetLocalInt(OBJECT_SELF,"nSState",0);
|
||
|
SetLocalInt(OBJECT_SELF,"nParm",nParm);
|
||
|
}
|