changeProfileOption() readProfileOption()

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
C3PO
Posts: 109
Joined: Sun Jul 10, 2011 2:45 pm

changeProfileOption() readProfileOption()

#1 Post 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.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: changeProfileOption() readProfileOption()

#2 Post by lisa »

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
C3PO
Posts: 109
Joined: Sun Jul 10, 2011 2:45 pm

Re: changeProfileOption() readProfileOption()

#3 Post by C3PO »

Thanks a lot Lisa!
Post Reply