7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
// op6_myself
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(),"bCarpetMyself",TRUE);
|
|
SetLocalInt(GetPCSpeaker(),"nCarpetBase",0);
|
|
}
|