6 lines
119 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// SQUADL_GOAL_CAT1 - Set Squad Leader Goal Category
void main()
{
SetLocalInt(GetPCSpeaker(),"nSquadGoalCat",1);
}