Shaelynne Test

Contrast_Picker
Arcidayne 9 years ago
parent 3299dac29c
commit 56ca589a79

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

Loading…
Cancel
Save