Hi all, im aware of a mass kick macro such as "/run for i=1,GetNumGuildMembers(true) do local name,_,_,level = GetGuildRosterInfo(i); if level >= 1 and level <= 2 then GuildUninvite(name); end end" but i was wondering, my knowledge with macros is practically nonexistant, but i was curious to see if there is a way instead of filtering by name, filter by inactivity duration? upon searching i saw somthing to do with "timelastplayed >=" but either way im totally derp right now, any help?
TLR Trying to get a mass kick macro that kicks those with excessive inactivity (time last online)