|
|
Line 647: |
Line 647: |
| end | | end |
|
| |
|
| -- quest items
| | |
| -- just look for a link
| |
| if args.quest.d:find('%[%[') then
| |
| table.insert(ret, 'Quest items')
| |
| elseif args.quest.switches then
| |
| for _, v in ipairs(args.quest.switches) do
| |
| if v:find('%[%[') then
| |
| table.insert(ret, 'Quest items')
| |
| break
| |
| end
| |
| end
| |
| end
| |
|
| |
|
| -- ids | | -- ids |