Search found 5 matches

by bobojobaxter
Wed Aug 02, 2023 2:35 am
Forum: Scripts & Packages
Topic: Speedwalk recorder
Replies: 9
Views: 15597

Re: Speedwalk recorder

solath wrote:
Wed Dec 11, 2013 8:48 pm
I was thinking, it would be nice to be able to show a list of the swalks that you have previously recorded, like a list of the names of all of your walks.
You could add an alias that did that. call it something like ^paths$ and it could just be display(sw)...
by bobojobaxter
Thu Jul 27, 2023 7:08 pm
Forum: Help Forum
Topic: Clickable links with multiple options....
Replies: 1
Views: 4982

Re: Clickable links with multiple options....

We figured it out! Thansk dominic...

Code: Select all

local item = matches[2]
if table.contains(badgear, item) then
  deleteLine()
else
  cechoLink(" <red>Hide?", function() addToCrap(item) end, "Add " .. item .. " to crappy gear list...", true)
end
by bobojobaxter
Thu Jul 27, 2023 7:20 am
Forum: Help Forum
Topic: Clickable links with multiple options....
Replies: 1
Views: 4982

Clickable links with multiple options....

So, I am able to list items in a shop, and create clickable links, however...even though the line shows the right words, each link is only responding to the last item matched...
by bobojobaxter
Wed Feb 05, 2020 11:51 pm
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327047

Re: YATCO

Yes I got it sorted thank you.
by bobojobaxter
Sat Jan 11, 2020 12:29 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 327047

Re: YATCO

So I chose the option to put the chat in a container, but now I can't see it... Do I need to show the container? I thought by default it would show?