Hello,
I have a quick question to do with targeting and immunity. I want, for example tttmod to only be able to target other mods and the groups below (I will allow them to ignore group_can_target on some commands). My groups/rank 'system' is below (also I have how the targeting is setup via xgui):
superadmin -- *
superduperadmin -- !%superadmin
trustedadmin --!%superduperadmin
globaladmin --!%trustedadmin
tttadmin --!%globaladmin
globalmod --!%tttadmin
tttmod --!%globalmod
trustedmember --!%tttmod
supporter --^ (PLEASE NOTE: supporter does not inherit or is inherited by any groups)
member --!%trustedmember
user --!%member
The problem at the moment is that, for example, a tttmod cannot target globalmods but can target anyone above that group. Am i using the wrong targeting symbol? If so, what do I use instead?
Thanks,
Owen