I'm a noob in programming. I know a bit here and there about VB (halfway watched ms excel VB tut ).
can anyone give suggestion of where to start to read.
I really wanted to learn and contribute here.
I'm interested in learning too, but I don't understand, not Perl but most of OpenKore stuff. I can learn to code in perl with not too much effort but how do I find all the data relative to OK so I can make my plugins, subroutines and mods get data from and to the program?
Darki wrote:make my plugins, subroutines and mods get data from and to the program?
Inspect OpenKore modules to see where and how the data is stored? Network::Receive::ServerType0 and Commands are probably the most useful for that, as you can find packet/command related to the data you need and go from there.