6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
// slave - new master
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalObject(OBJECT_SELF,"oMaster",GetPCSpeaker());
|
||
|
}
|