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