6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
// SQUADL_SET_SUBC3 - Set Sub-Category
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(),"nSquadSubCat",3);
|
|
}
|