My Lua is rusty and I have never had the need to add a static string/UUID key to a table in this way. Looking at: 3.6 – Table Constructors Try it like this:
Code:
-- Avatar UUIDs to skip during derender (obtained from their profile) local bypassedAvatars = { ["178c647a-33a1-4eca-a2ba-e4416b06a0cc"] = true, -- (Artist) ["8da0d492-c629-452d-81f6-06f15c7360ba"] = true -- (Artist) }
in the meantime I observed what happens with the derendering and it seems to work great, also with the exeptions list.
Thank you !!!
PS: may I take the opportunity to ask for your help with coding a new radar? I used that example for a custom floater by Henri to narrow it down to what I need and also have the some columns added to the xml file. Now I want to fill the three columns of the scrollist with informations of the radar but I have two problems: - I only know how to write values in col1. When I try to write values in col 2 and 3 like it is in the example, it's not working here and the automation script won't load anymore. - I have no clue how to get the data of an open radar when I arrive at a venue to fill the list with and I have no idea to get the data of the people who rezz after I arrived. - the columns may contain Name (display + legacy), the active group title, distance, time how long they are in the radar since I opened it.
It would be so great to get some hints to get to these data and new radar.
My Lua is rusty and I have never had the need to add a static string/UUID key to a table in this way. Looking at: 3.6 – Table Constructors Try it like this:
Code:
-- Avatar UUIDs to skip during derender (obtained from their profile) local bypassedAvatars = { ["178c647a-33a1-4eca-a2ba-e4416b06a0cc"] = true, -- (Artist) ["8da0d492-c629-452d-81f6-06f15c7360ba"] = true -- (Artist) }
Hi Zane,
just wanted to let you know that it's working great! Thank you so much for it!
Users browsing this forum: No registered users and 4 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum