6 lines
102 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// SQUADL_FOCUS_SQ1 - Set Squad Focus
void main()
{
SetLocalInt(GetPCSpeaker(),"nSquadFocus",1);
}