8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oDM=GetPCSpeaker();
|
||
|
object oTarget=GetLocalObject(oDM,"norestarget");
|
||
|
|
||
|
SetLocalInt(oTarget,"cantres",1);
|
||
|
}
|