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