Open GoogleCodeExporter opened 8 years ago
Implementation tasks:
- Make wrapper function ClassHasAccess for parsing both attributes and check if
a client has access to a class. To be used in class menus and when assigning
classes.
- Add validation function for the new attribute. Check for blank, or predefined
attributes.
Original comment by richard.helgeby@gmail.com
on 1 Oct 2010 at 8:59
Add access_mode with options "group", "flag", "either" and "both".
With "group" and "flag" it will only check either groups or flags.
With "either" the player must be in either one of the groups or have one of the
flags.
With "both" the player must both be in one of the groups and have one of the
flags.
Original comment by richard.helgeby@gmail.com
on 20 Dec 2010 at 8:27
Original issue reported on code.google.com by
richard.helgeby@gmail.com
on 1 Oct 2010 at 8:49