* Inject autostudy plugin into the UI directly. * Add a TLC automator for study. [SKIP CI] Do not run CI for this.
5 lines
186 B
Lua
5 lines
186 B
Lua
if studyList and studyIndex then
|
|
send("study " .. studyList[studyIndex])
|
|
else
|
|
send("<dodger_blue>You need to add items to your study list first. See studyhelp for commands.")
|
|
end |