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.
changeProfileOption() readProfileOption()
Re: changeProfileOption() readProfileOption()
Code: Select all
settings.profile.options.COMBAT_TYPE
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: changeProfileOption() readProfileOption()
Thanks a lot Lisa!