Author Topic: ULX Group targeting. HELP  (Read 1621 times)

0 Members and 1 Guest are viewing this topic.

Offline walrino

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
ULX Group targeting. HELP
« on: February 28, 2016, 07:34:56 PM »
I made a new group but I only want them to be able to target users and I read that its !%user but that doesn't work.

Offline roastchicken

  • Respected Community Member
  • Sr. Member
  • *****
  • Posts: 476
  • Karma: 84
  • I write code
Re: ULX Group targeting. HELP
« Reply #1 on: February 28, 2016, 08:02:54 PM »
I belive !%user will not allow them to target user or any groups that inherit from user. I think you would want to use the group next up in the inheritance chain from user, although there may be a way to specify only the user group explicitly.
Give a man some code and you help him for a day; teach a man to code and you help him for a lifetime.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Group targeting. HELP
« Reply #2 on: February 28, 2016, 08:38:13 PM »
I only want them to be able to target users and I read that its !%user but that doesn't work.
!%user means NOT user. ! = not.
That's why it's not working.
Roastchicken is correct, !%<group above user that is inherited> would work.

To specify a group only, use #
#user
Pretty sure that's explained in our FAQ (but too lazy to go review right now)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming