Shaelynne Test

Contrast_Picker
Arcidayne 9 years ago
parent 3299dac29c
commit 56ca589a79

@ -15,7 +15,7 @@
save_state="y" save_state="y"
date_written="2015-10-25 12:00:38" date_written="2015-10-25 12:00:38"
requires="4.00" requires="4.00"
version="2.7" version="2.8"
> >
<description trim="y"> <description trim="y">
<![CDATA[ <![CDATA[
@ -101,13 +101,16 @@ EnableTrigger("End_Area", true)</send>
sequence="100" sequence="100"
> >
<send>local group_not_here = {} <send>local group_not_here = {}
require 'tprint'
tprint(epicgroup.members)
for _,v in ipairs(epicgroup.members) do for _,v in ipairs(epicgroup.members) do
if v.info.here == 0 and v.info.lvl > 199 then if v.info.here == 0 and v.info.lvl > 199 then
table.insert(group_not_here, v.name) table.insert(group_not_here, v.name)
print(v.name .. " " .. v.info.here .. " " .. v.info.lvl)
end end
end end
Send("gt @Y" .. #group_not_here .. " @CPlayer(s) Missing: @W" .. table.concat(group_not_here, ", ") .. "$C") Send("echo @Y" .. #group_not_here .. " @CPlayer(s) Missing: @W" .. table.concat(group_not_here, ", ") .. "$C")
</send> </send>
</alias> </alias>
<alias <alias

Loading…
Cancel
Save