Jump to content

Ploo

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Ploo

  • Rank
    Newbie
  1. class UserActionGroups { class ModSection // Unique classname of your category. { name = "Mod Section"; // Display name of your category. isAddon = 1; group[] = {"TAG_MyActionName"}; // List of all actions inside this category. }; }; Using the above, presented me with similar issues. I had to set isAddon to 0, and then the control section of "===Mod===" went away, and my group was properly populated.
×