So is it impssible? So that when you start the bot, the box would get ticked also, and when you change profile, the profile in skillmanager will change also.
id try to help but i dont get what you are asking help for
That's fairly possible and shouldn't be hard to do,
just write a man in the middle module that would add the necessary GUI field.
make a variable SMProfileName inside your module.
if SMProfileName ~= to actual profile name in SM then
SMProfileName = actual profile name
gui variable = profile name
end
in GUI update set both actual profile name(SM) and SMProfileName to the new value..
job done ;)
Do you think you can make that for me? I have no prior experience so :\
Posts: 2,172
Threads: 65
Joined: Oct 2013
When servers come back up, I'll probably add this onto my addon, it's something I want anyway.