6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "MODIFY_PARAM3", IP_CONST_LIGHTCOLOR_BLUE);
|
||
|
}
|
||
|
|