Page 1 of 1

changeProfileOption() readProfileOption()

Posted: Fri Apr 06, 2012 12:08 pm
by C3PO
Hello again,

I would like to know if there is a possibility to find out, within a profile, what value is set for an option.
In detail: I want to modify my OnSkillCast and if in a waypoint script the Option COMBAT_TYPE was set to "MELEE" other casts should be used.

Re: changeProfileOption() readProfileOption()

Posted: Fri Apr 06, 2012 11:45 pm
by lisa

Code: Select all

settings.profile.options.COMBAT_TYPE

Re: changeProfileOption() readProfileOption()

Posted: Sat Apr 07, 2012 5:15 am
by C3PO
Thanks a lot Lisa!