Fargariel Initiate May 14, 2017 #1 I would like to have possibility (ingame by admin) to change characters limit per account. Code: [CommandProperty(AccessLevel.Administrator)] public int Limit { get { return 5; } } How to change this?
I would like to have possibility (ingame by admin) to change characters limit per account. Code: [CommandProperty(AccessLevel.Administrator)] public int Limit { get { return 5; } } How to change this?