6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
// SQUADL_FOCUS_SQ1 - Set Squad Focus
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(),"nSquadFocus",1);
|
|
}
|