Feature Added for some classes - User Defined Methods for POL Classes.
Posted: Wed Aug 29, 2018 1:14 pm
ThiIsMe and I were discussing the usefulness of being able to define new methods for POL Classes. These could be defined in a POLMethods.cfg file which would be read on start-up and assigned as additional methods for the assigned POL classes. The file might be formatted like this:
Then we could assign additional methods inside the method script.
Code: Select all
Class SpellBook
{
MethodScript ::dataFileMethods
}
Class Armor
{
MethodScript ::armorMethods
}
etc...