Anonymous
public text v1 · immutable/run for i=1,GetNumGuildMembers() do local y,m,d=GetGuildRosterLastOnline(i) print((GetGuildRosterInfo(i)),y,m,d) if y then if y>0 or m>0 or d>1 then GuildUninvite(GetGuildRosterInfo(i)) end end end
/run for i=1,GetNumGuildMembers() do local y,m,d=GetGuildRosterLastOnline(i) print((GetGuildRosterInfo(i)),y,m,d) if y then if y>0 or m>0 or d>1 then GuildUninvite(GetGuildRosterInfo(i)) end end end