Can someone tell me what this Lua script means?
function AOBRep(search, change)
local aob = AOBScan(search)
if aob then
for i=0,aob.Count-1 do
autoAssemble(aob[i]..':\ndb '..change)
end
aob.Destroy()
end
end
Please explain what this means. And really dumb it down for me because I am new to this. Thanks.
1 Answer
Relevance
- Anonymous2 months ago
Still have questions? Get answers by asking now.