I want to write a Lua script to take anything on my practice list under a certain percentage, and research it. I have triggers to keep the research continuing until it maxes, at which point I'll use the return message to view my prac list again. Here is a sample of the practice list:
there are more spaces between skills, but I had to knock some out to fit them in the messagebox. Basically, its a 3 wide mostly-right-justified list. Should I use variables and wildcards, or just hardcode every skill into the function? Examples would be excellent, I'm extremely novice at this.
construction 0% data 15% decrypt_file 86%
there are more spaces between skills, but I had to knock some out to fit them in the messagebox. Basically, its a 3 wide mostly-right-justified list. Should I use variables and wildcards, or just hardcode every skill into the function? Examples would be excellent, I'm extremely novice at this.